#065570

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

Shades of Blue Lagoon #065570

Tints of Blue Lagoon #065570

Color information

#065570 (or 0x065570) is unknown color: approx Blue Lagoon. HEX triplet: 06, 55 and 70. RGB value is (6,85,112). Sum of RGB (Red+Green+Blue) = 6+85+112=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #065570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065570 is #F9AA8F. Grayscale: #404040. Windows color (decimal): -16362128 or 7361798. OLE color: 7361798.

HSL color Cylindrical-coordinate representation of color #065570: hue angle of 195.28º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065570 is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB685112-
CMYK0.950.2400.56
HSL195.28º89.83%23.14%-
HSV(B)195.28º94.64%43.92%-
XYZ6.257.7116.49-
YUV64.46154.8386.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.96%
GREEN value IS 85 (33.59% from 255) = 41.87%
BLUE value IS 112 (44.14% from 255) = 55.17%
R=2.96%
G=41.87%
B=55.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6851120.950.2400.56195.2889.8323.14
Hex655705F18038c35a17
Octal61251601373007030313227
Binary11010101011110000101111111000011100011000011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065570; }

 p { color: rgb(6,85,112); }

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

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

 a { background-color: rgb(6,85,112); }

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

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

 span { border-color: rgb(6,85,112); }

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