#054E7E

Color #054E7E Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #054E7E

Tints of Dark Cerulean #054E7E

Color information

#054E7E (or 0x054E7E) is unknown color: approx Dark Cerulean. HEX triplet: 05, 4E and 7E. RGB value is (5,78,126). Sum of RGB (Red+Green+Blue) = 5+78+126=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 126 (49.61% from 255 or 60.29% from 209); Max value from RGB is 126 - color contains mainly: blue. Hex color #054E7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054E7E is #FAB181. Grayscale: #3D3D3D. Windows color (decimal): -16429442 or 8277509. OLE color: 8277509.

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

Color convert

RGB578126-
CMYK0.960.3800.51
HSL203.8º92.37%25.69%-
HSV(B)203.8º96.03%49.41%-
XYZ6.556.9920.74-
YUV61.64164.3287.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.39%
GREEN value IS 78 (30.86% from 255) = 37.32%
BLUE value IS 126 (49.61% from 255) = 60.29%
R=2.39%
G=37.32%
B=60.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5781260.960.3800.51203.892.3725.69
Hex54E7E6026033cc5c1a
Octal51161761404606331413432
Binary101100111011111101100000100110011001111001100101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #054E7E;
 }
 .AnyTagClassName
 {
   color: #054E7E;
 }
</style>
background-color css

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

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

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

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

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

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