Html Css Color HEX #054D6C Dark Cerulean

📋 copy color: '#054D6C'

red 5 ◦ green 77 ◦ blue 108

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

Shades of Dark Cerulean #054D6C

Tints of Dark Cerulean #054D6C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 40.53%

 BLUE value IS 108 (42.58% from 255) = 56.84%

R = 2.63%
G = 40.53%
B = 56.84%

CMYK

 C value IS 0.95

 M value IS 0.29

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#054D6C (or 0x054D6C) is known color: Dark Cerulean. HEX triplet: 05, 4D and 6C. RGB value is (5,77,108). Sum of RGB (Red+Green+Blue) = 5+77+108=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 77 (30.47% from 255 or 40.53% from 190); Blue value is 108 (42.58% from 255 or 56.84% from 190); Max value from RGB is 108 - color contains mainly: blue. Hex color #054D6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054D6C is #FAB293. Grayscale: #3A3A3A. Windows color (decimal): -16429716 or 7097605. OLE color: 7097605.

HSL color Cylindrical-coordinate representation of color #054D6C: hue angle of 198.06º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054D6C is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 77 108 -
CMYK 0.95 0.29 0 0.58
HSL 198.06º 0.91% 0.22% -
HSV(B) 198.06º 0.95% 0.42% -
XYZ 5.42 6.42 15.14 -
YUV 59.01 155.65 89.48 -
System Red Green Blue C M Y K H S L
Decimal 5 77 108 0.95 0.29 0 0.58 198.06 0.91 0.22
Hex 5 4D 6C 5F 1D 0 3A C6 5B 16
Octal 5 115 154 137 35 0 72 306 133 26
Binary 101 1001101 1101100 1011111 11101 0 111010 11000110 1011011 10110

Color Harmonies of #054D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054D6C

Black with #054D6C

Text Example


Text Example

White with #054D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054D6C; }

 p { color: rgb(5,77,108); }

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

background-color css

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

 a { background-color: rgb(5,77,108); }

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

border-color css

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

 span { border-color: rgb(5,77,108); }

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