#053887

Color #053887 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #053887

Tints of Dark Cerulean #053887

Color information

#053887 (or 0x053887) is unknown color: approx Dark Cerulean. HEX triplet: 05, 38 and 87. RGB value is (5,56,135). Sum of RGB (Red+Green+Blue) = 5+56+135=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 56 (22.27% from 255 or 28.57% from 196); Blue value is 135 (53.12% from 255 or 68.88% from 196); Max value from RGB is 135 - color contains mainly: blue. Hex color #053887 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053887 is #FAC778. Grayscale: #313131. Windows color (decimal): -16435065 or 8861701. OLE color: 8861701.

HSL color Cylindrical-coordinate representation of color #053887: hue angle of 216.46º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053887 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB556135-
CMYK0.960.5900.47
HSL216.46º92.86%27.45%-
HSV(B)216.46º96.3%52.94%-
XYZ5.854.6123.5-
YUV49.76176.196.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 2.55%
GREEN value IS 56 (22.27% from 255) = 28.57%
BLUE value IS 135 (53.12% from 255) = 68.88%
R=2.55%
G=28.57%
B=68.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5561350.960.5900.47216.4692.8627.45
Hex53887603B02Fd85d1b
Octal5702071407305733013533
Binary101111000100001111100000111011010111111011000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053887; }

 p { color: rgb(5,56,135); }

 H1.HeaderClassName
 {
   color: #053887;
 }
 .AnyTagClassName
 {
   color: #053887;
 }
</style>
background-color css

<style>
 a { background-color: #053887; }

 a { background-color: rgb(5,56,135); }

 div.DivClassName
 {
   background-color: #053887;
 }
 .BgClassName
 {
   background-color: #053887;
 }
</style>
border-color css

<style>
 span { border-color: #053887; }

 span { border-color: rgb(5,56,135); }

 td.TdClassName
 {
   border-color: #053887;
 }
 .TagClassName
 {
   border-color: #053887;
 }
</style>