#054C68

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

Shades of Blue Lagoon #054C68

Tints of Blue Lagoon #054C68

Color information

#054C68 (or 0x054C68) is unknown color: approx Blue Lagoon. HEX triplet: 05, 4C and 68. RGB value is (5,76,104). Sum of RGB (Red+Green+Blue) = 5+76+104=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #054C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054C68 is #FAB397. Grayscale: #393939. Windows color (decimal): -16429976 or 6835205. OLE color: 6835205.

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

Color convert

RGB576104-
CMYK0.950.2700.59
HSL196.97º90.83%21.37%-
HSV(B)196.97º95.19%40.78%-
XYZ5.156.214.02-
YUV57.96153.9890.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.70%
GREEN value IS 76 (30.08% from 255) = 41.08%
BLUE value IS 104 (41.02% from 255) = 56.22%
R=2.70%
G=41.08%
B=56.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5761040.950.2700.59196.9790.8321.37
Hex54C685F1B03Bc55b15
Octal51141501373307330513325
Binary10110011001101000101111111011011101111000101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,76,104); }

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

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

 a { background-color: rgb(5,76,104); }

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

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

 span { border-color: rgb(5,76,104); }

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