Html Css Color HEX #055385 Dark Cerulean

📋 copy color: '#055385'

red 5 ◦ green 83 ◦ blue 133

#055385
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #055385

Tints of Dark Cerulean #055385

RGB

 RED value IS 5 (2.34% from 255) = 2.26%

 GREEN value IS 83 (32.81% from 255) = 37.56%

 BLUE value IS 133 (52.34% from 255) = 60.18%

R = 2.26%
G = 37.56%
B = 60.18%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#055385 (or 0x055385) is known color: Dark Cerulean. HEX triplet: 05, 53 and 85. RGB value is (5,83,133). Sum of RGB (Red+Green+Blue) = 5+83+133=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #055385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055385 is #FAAC7A. Grayscale: #414141. Windows color (decimal): -16428155 or 8737541. OLE color: 8737541.

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

Color convert

RGB 5 83 133 -
CMYK 0.96 0.38 0 0.48
HSL 203.44º 0.93% 0.27% -
HSV(B) 203.44º 0.96% 0.52% -
XYZ 7.39 7.91 23.33 -
YUV 65.38 166.16 84.93 -
System Red Green Blue C M Y K H S L
Decimal 5 83 133 0.96 0.38 0 0.48 203.44 0.93 0.27
Hex 5 53 85 60 26 0 30 CB 5D 1B
Octal 5 123 205 140 46 0 60 313 135 33
Binary 101 1010011 10000101 1100000 100110 0 110000 11001011 1011101 11011

Color Harmonies of #055385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055385

Black with #055385

Text Example


Text Example

White with #055385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055385; }

 p { color: rgb(5,83,133); }

 H1.HeaderClassName
 {
   color: #055385;
 }
 .AnyTagClassName
 {
   color: #055385;
 }
</style>

background-color css

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

 a { background-color: rgb(5,83,133); }

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

border-color css

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

 span { border-color: rgb(5,83,133); }

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