#065571

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

Shades of Blue Lagoon #065571

Tints of Blue Lagoon #065571

Color information

#065571 (or 0x065571) is unknown color: approx Blue Lagoon. HEX triplet: 06, 55 and 71. RGB value is (6,85,113). Sum of RGB (Red+Green+Blue) = 6+85+113=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #065571 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065571 is #F9AA8E. Grayscale: #404040. Windows color (decimal): -16362127 or 7427334. OLE color: 7427334.

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

Color convert

RGB685113-
CMYK0.950.2500.56
HSL195.7º89.92%23.33%-
HSV(B)195.7º94.69%44.31%-
XYZ6.37.7316.78-
YUV64.57155.3386.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.94%
GREEN value IS 85 (33.59% from 255) = 41.67%
BLUE value IS 113 (44.53% from 255) = 55.39%
R=2.94%
G=41.67%
B=55.39%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6851130.950.2500.56195.789.9223.33
Hex655715F19038c45a17
Octal61251611373107030413227
Binary11010101011110001101111111001011100011000100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065571; }

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

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

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

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

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

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

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

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