#054E67

Color #054E67 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #054E67

Tints of Blue Lagoon #054E67

Color information

#054E67 (or 0x054E67) is unknown color: approx Blue Lagoon. HEX triplet: 05, 4E and 67. RGB value is (5,78,103). Sum of RGB (Red+Green+Blue) = 5+78+103=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 78 (30.86% from 255 or 41.94% from 186); Blue value is 103 (40.62% from 255 or 55.38% from 186); Max value from RGB is 103 - color contains mainly: blue. Hex color #054E67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054E67 is #FAB198. Grayscale: #3A3A3A. Windows color (decimal): -16429465 or 6770181. OLE color: 6770181.

HSL color Cylindrical-coordinate representation of color #054E67: hue angle of 195.31º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054E67 is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB578103-
CMYK0.950.2400.60
HSL195.31º90.74%21.18%-
HSV(B)195.31º95.15%40.39%-
XYZ5.246.4613.8-
YUV59.02152.8289.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.69%
GREEN value IS 78 (30.86% from 255) = 41.94%
BLUE value IS 103 (40.62% from 255) = 55.38%
R=2.69%
G=41.94%
B=55.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5781030.950.2400.60195.3190.7421.18
Hex54E675F1803Cc35b15
Octal51161471373007430313325
Binary10110011101100111101111111000011110011000011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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