#054D68

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

Shades of Blue Lagoon #054D68

Tints of Blue Lagoon #054D68

Color information

#054D68 (or 0x054D68) is unknown color: approx Blue Lagoon. HEX triplet: 05, 4D and 68. RGB value is (5,77,104). Sum of RGB (Red+Green+Blue) = 5+77+104=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 77 (30.47% from 255 or 41.40% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #054D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054D68 is #FAB297. Grayscale: #3A3A3A. Windows color (decimal): -16429720 or 6835461. OLE color: 6835461.

HSL color Cylindrical-coordinate representation of color #054D68: hue angle of 196.36º 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 #054D68 is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB577104-
CMYK0.950.2600.59
HSL196.36º90.83%21.37%-
HSV(B)196.36º95.19%40.78%-
XYZ5.226.3414.05-
YUV58.55153.6589.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.69%
GREEN value IS 77 (30.47% from 255) = 41.40%
BLUE value IS 104 (41.02% from 255) = 55.91%
R=2.69%
G=41.40%
B=55.91%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5771040.950.2600.59196.3690.8321.37
Hex54D685F1A03Bc45b15
Octal51151501373207330413325
Binary10110011011101000101111111010011101111000100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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