#053886

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

Shades of Dark Cerulean #053886

Tints of Dark Cerulean #053886

Color information

#053886 (or 0x053886) is unknown color: approx Dark Cerulean. HEX triplet: 05, 38 and 86. RGB value is (5,56,134). Sum of RGB (Red+Green+Blue) = 5+56+134=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 134 (52.73% from 255 or 68.72% from 195); Max value from RGB is 134 - color contains mainly: blue. Hex color #053886 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053886 is #FAC779. Grayscale: #313131. Windows color (decimal): -16435066 or 8796165. OLE color: 8796165.

HSL color Cylindrical-coordinate representation of color #053886: hue angle of 216.28º 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 #053886 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB556134-
CMYK0.960.5800.47
HSL216.28º92.81%27.25%-
HSV(B)216.28º96.27%52.55%-
XYZ5.784.5823.13-
YUV49.64175.696.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.56%
GREEN value IS 56 (22.27% from 255) = 28.72%
BLUE value IS 134 (52.73% from 255) = 68.72%
R=2.56%
G=28.72%
B=68.72%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5561340.960.5800.47216.2892.8127.25
Hex53886603A02Fd85d1b
Octal5702061407205733013533
Binary101111000100001101100000111010010111111011000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053886; }

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

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

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

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

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

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

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

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