Html Css Color HEX #055384 Dark Cerulean

📋 copy color: '#055384'

red 5 ◦ green 83 ◦ blue 132

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

Shades of Dark Cerulean #055384

Tints of Dark Cerulean #055384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 60%

R = 2.27%
G = 37.73%
B = 60%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#055384 (or 0x055384) is known color: Dark Cerulean. HEX triplet: 05, 53 and 84. RGB value is (5,83,132). Sum of RGB (Red+Green+Blue) = 5+83+132=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 132 (51.95% from 255 or 60% from 220); Max value from RGB is 132 - color contains mainly: blue. Hex color #055384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055384 is #FAAC7B. Grayscale: #404040. Windows color (decimal): -16428156 or 8672005. OLE color: 8672005.

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

Color convert

RGB 5 83 132 -
CMYK 0.96 0.37 0 0.48
HSL 203.15º 0.93% 0.27% -
HSV(B) 203.15º 0.96% 0.52% -
XYZ 7.32 7.88 22.97 -
YUV 65.26 165.66 85.02 -
System Red Green Blue C M Y K H S L
Decimal 5 83 132 0.96 0.37 0 0.48 203.15 0.93 0.27
Hex 5 53 84 60 25 0 30 CB 5D 1B
Octal 5 123 204 140 45 0 60 313 135 33
Binary 101 1010011 10000100 1100000 100101 0 110000 11001011 1011101 11011

Color Harmonies of #055384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055384

Black with #055384

Text Example


Text Example

White with #055384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055384; }

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

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

background-color css

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

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

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

border-color css

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

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

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