#055765

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

Shades of Blue Lagoon #055765

Tints of Blue Lagoon #055765

Color information

#055765 (or 0x055765) is unknown color: approx Blue Lagoon. HEX triplet: 05, 57 and 65. RGB value is (5,87,101). Sum of RGB (Red+Green+Blue) = 5+87+101=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 101 (39.84% from 255 or 52.33% from 193); Max value from RGB is 101 - color contains mainly: blue. Hex color #055765 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055765 is #FAA89A. Grayscale: #3F3F3F. Windows color (decimal): -16427163 or 6641413. OLE color: 6641413.

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

Color convert

RGB587101-
CMYK0.950.1400.60
HSL188.75º90.57%20.78%-
HSV(B)188.75º95.05%39.61%-
XYZ5.827.7913.51-
YUV64.08148.8385.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.59%
GREEN value IS 87 (34.38% from 255) = 45.08%
BLUE value IS 101 (39.84% from 255) = 52.33%
R=2.59%
G=45.08%
B=52.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5871010.950.1400.60188.7590.5720.78
Hex557655FE03Cbd5b15
Octal51271451371607427513325
Binary1011010111110010110111111110011110010111101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055765; }

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

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

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

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

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

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

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

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