#055768

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

Shades of Blue Lagoon #055768

Tints of Blue Lagoon #055768

Color information

#055768 (or 0x055768) is unknown color: approx Blue Lagoon. HEX triplet: 05, 57 and 68. RGB value is (5,87,104). Sum of RGB (Red+Green+Blue) = 5+87+104=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 87 (34.38% from 255 or 44.39% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #055768 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055768 is #FAA897. Grayscale: #404040. Windows color (decimal): -16427160 or 6838021. OLE color: 6838021.

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

Color convert

RGB587104-
CMYK0.950.1600.59
HSL190.3º90.83%21.37%-
HSV(B)190.3º95.19%40.78%-
XYZ5.977.8514.3-
YUV64.42150.3385.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.55%
GREEN value IS 87 (34.38% from 255) = 44.39%
BLUE value IS 104 (41.02% from 255) = 53.06%
R=2.55%
G=44.39%
B=53.06%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5871040.950.1600.59190.390.8321.37
Hex557685F1003Bbe5b15
Octal51271501372007327613325
Binary10110101111101000101111110000011101110111110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055768; }

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

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

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

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

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

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

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

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