Html Css Color HEX #05547C Dark Cerulean

📋 copy color: '#05547C'

red 5 ◦ green 84 ◦ blue 124

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

Shades of Dark Cerulean #05547C

Tints of Dark Cerulean #05547C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.44%

 BLUE value IS 124 (48.83% from 255) = 58.22%

R = 2.35%
G = 39.44%
B = 58.22%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#05547C (or 0x05547C) is known color: Dark Cerulean. HEX triplet: 05, 54 and 7C. RGB value is (5,84,124). Sum of RGB (Red+Green+Blue) = 5+84+124=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 124 (48.83% from 255 or 58.22% from 213); Max value from RGB is 124 - color contains mainly: blue. Hex color #05547C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05547C is #FAAB83. Grayscale: #404040. Windows color (decimal): -16427908 or 8147973. OLE color: 8147973.

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

Color convert

RGB 5 84 124 -
CMYK 0.96 0.32 0 0.51
HSL 200.17º 0.92% 0.25% -
HSV(B) 200.17º 0.96% 0.49% -
XYZ 6.87 7.83 20.22 -
YUV 64.94 161.33 85.25 -
System Red Green Blue C M Y K H S L
Decimal 5 84 124 0.96 0.32 0 0.51 200.17 0.92 0.25
Hex 5 54 7C 60 20 0 33 C8 5C 19
Octal 5 124 174 140 40 0 63 310 134 31
Binary 101 1010100 1111100 1100000 100000 0 110011 11001000 1011100 11001

Color Harmonies of #05547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05547C

Black with #05547C

Text Example


Text Example

White with #05547C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05547C; }

 p { color: rgb(5,84,124); }

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

background-color css

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

 a { background-color: rgb(5,84,124); }

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

border-color css

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

 span { border-color: rgb(5,84,124); }

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