Html Css Color HEX #05527E Dark Cerulean

📋 copy color: '#05527E'

red 5 ◦ green 82 ◦ blue 126

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

Shades of Dark Cerulean #05527E

Tints of Dark Cerulean #05527E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 59.15%

R = 2.35%
G = 38.5%
B = 59.15%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#05527E (or 0x05527E) is known color: Dark Cerulean. HEX triplet: 05, 52 and 7E. RGB value is (5,82,126). Sum of RGB (Red+Green+Blue) = 5+82+126=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 126 (49.61% from 255 or 59.15% from 213); Max value from RGB is 126 - color contains mainly: blue. Hex color #05527E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05527E is #FAAD81. Grayscale: #3F3F3F. Windows color (decimal): -16428418 or 8278533. OLE color: 8278533.

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

Color convert

RGB 5 82 126 -
CMYK 0.96 0.35 0 0.51
HSL 201.82º 0.92% 0.26% -
HSV(B) 201.82º 0.96% 0.49% -
XYZ 6.85 7.57 20.84 -
YUV 63.99 162.99 85.92 -
System Red Green Blue C M Y K H S L
Decimal 5 82 126 0.96 0.35 0 0.51 201.82 0.92 0.26
Hex 5 52 7E 60 23 0 33 CA 5C 1A
Octal 5 122 176 140 43 0 63 312 134 32
Binary 101 1010010 1111110 1100000 100011 0 110011 11001010 1011100 11010

Color Harmonies of #05527E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05527E

Black with #05527E

Text Example


Text Example

White with #05527E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05527E; }

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

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

background-color css

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

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

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

border-color css

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

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

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