Html Css Color HEX #05537E Dark Cerulean

📋 copy color: '#05537E'

red 5 ◦ green 83 ◦ blue 126

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

Shades of Dark Cerulean #05537E

Tints of Dark Cerulean #05537E

RGB

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

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

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

R = 2.34%
G = 38.79%
B = 58.88%

CMYK

 C value IS 0.96

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#05537E (or 0x05537E) is known color: Dark Cerulean. HEX triplet: 05, 53 and 7E. RGB value is (5,83,126). Sum of RGB (Red+Green+Blue) = 5+83+126=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 126 (49.61% from 255 or 58.88% from 214); Max value from RGB is 126 - color contains mainly: blue. Hex color #05537E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05537E is #FAAC81. Grayscale: #404040. Windows color (decimal): -16428162 or 8278789. OLE color: 8278789.

HSL color Cylindrical-coordinate representation of color #05537E: hue angle of 201.32º 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 #05537E is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 83 126 -
CMYK 0.96 0.34 0 0.51
HSL 201.32º 0.92% 0.26% -
HSV(B) 201.32º 0.96% 0.49% -
XYZ 6.92 7.73 20.86 -
YUV 64.58 162.66 85.5 -
System Red Green Blue C M Y K H S L
Decimal 5 83 126 0.96 0.34 0 0.51 201.32 0.92 0.26
Hex 5 53 7E 60 22 0 33 C9 5C 1A
Octal 5 123 176 140 42 0 63 311 134 32
Binary 101 1010011 1111110 1100000 100010 0 110011 11001001 1011100 11010

Color Harmonies of #05537E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05537E

Black with #05537E

Text Example


Text Example

White with #05537E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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