Html Css Color HEX #054D6E Dark Cerulean

📋 copy color: '#054D6E'

red 5 ◦ green 77 ◦ blue 110

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

Shades of Dark Cerulean #054D6E

Tints of Dark Cerulean #054D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 57.29%

R = 2.6%
G = 40.1%
B = 57.29%

CMYK

 C value IS 0.95

 M value IS 0.3

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#054D6E (or 0x054D6E) is known color: Dark Cerulean. HEX triplet: 05, 4D and 6E. RGB value is (5,77,110). Sum of RGB (Red+Green+Blue) = 5+77+110=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 77 (30.47% from 255 or 40.10% from 192); Blue value is 110 (43.36% from 255 or 57.29% from 192); Max value from RGB is 110 - color contains mainly: blue. Hex color #054D6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054D6E is #FAB291. Grayscale: #3B3B3B. Windows color (decimal): -16429714 or 7228677. OLE color: 7228677.

HSL color Cylindrical-coordinate representation of color #054D6E: hue angle of 198.86º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054D6E is Cyan = 0.95, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 5 77 110 -
CMYK 0.95 0.3 0 0.57
HSL 198.86º 0.91% 0.23% -
HSV(B) 198.86º 0.95% 0.43% -
XYZ 5.53 6.47 15.71 -
YUV 59.23 156.65 89.32 -
System Red Green Blue C M Y K H S L
Decimal 5 77 110 0.95 0.3 0 0.57 198.86 0.91 0.23
Hex 5 4D 6E 5F 1E 0 39 C7 5B 17
Octal 5 115 156 137 36 0 71 307 133 27
Binary 101 1001101 1101110 1011111 11110 0 111001 11000111 1011011 10111

Color Harmonies of #054D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054D6E

Black with #054D6E

Text Example


Text Example

White with #054D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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