Html Css Color HEX #055282 Dark Cerulean

📋 copy color: '#055282'

red 5 ◦ green 82 ◦ blue 130

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

Shades of Dark Cerulean #055282

Tints of Dark Cerulean #055282

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.79%

 BLUE value IS 130 (51.17% from 255) = 59.91%

R = 2.3%
G = 37.79%
B = 59.91%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#055282 (or 0x055282) is known color: Dark Cerulean. HEX triplet: 05, 52 and 82. RGB value is (5,82,130). Sum of RGB (Red+Green+Blue) = 5+82+130=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 130 (51.17% from 255 or 59.91% from 217); Max value from RGB is 130 - color contains mainly: blue. Hex color #055282 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055282 is #FAAD7D. Grayscale: #404040. Windows color (decimal): -16428414 or 8540677. OLE color: 8540677.

HSL color Cylindrical-coordinate representation of color #055282: hue angle of 203.04º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055282 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 82 130 -
CMYK 0.96 0.37 0 0.49
HSL 203.04º 0.93% 0.26% -
HSV(B) 203.04º 0.96% 0.51% -
XYZ 7.11 7.68 22.23 -
YUV 64.45 164.99 85.6 -
System Red Green Blue C M Y K H S L
Decimal 5 82 130 0.96 0.37 0 0.49 203.04 0.93 0.26
Hex 5 52 82 60 25 0 31 CB 5D 1A
Octal 5 122 202 140 45 0 61 313 135 32
Binary 101 1010010 10000010 1100000 100101 0 110001 11001011 1011101 11010

Color Harmonies of #055282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055282

Black with #055282

Text Example


Text Example

White with #055282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055282; }

 p { color: rgb(5,82,130); }

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

background-color css

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

 a { background-color: rgb(5,82,130); }

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

border-color css

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

 span { border-color: rgb(5,82,130); }

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