#065572

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

Shades of Blue Lagoon #065572

Tints of Blue Lagoon #065572

Color information

#065572 (or 0x065572) is unknown color: approx Blue Lagoon. HEX triplet: 06, 55 and 72. RGB value is (6,85,114). Sum of RGB (Red+Green+Blue) = 6+85+114=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #065572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065572 is #F9AA8D. Grayscale: #404040. Windows color (decimal): -16362126 or 7492870. OLE color: 7492870.

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

Color convert

RGB685114-
CMYK0.950.2500.55
HSL196.11º90%23.53%-
HSV(B)196.11º94.74%44.71%-
XYZ6.367.7517.08-
YUV64.68155.8386.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.93%
GREEN value IS 85 (33.59% from 255) = 41.46%
BLUE value IS 114 (44.92% from 255) = 55.61%
R=2.93%
G=41.46%
B=55.61%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6851140.950.2500.55196.119023.53
Hex655725F19037c45a18
Octal61251621373106730413230
Binary11010101011110010101111111001011011111000100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065572; }

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

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

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

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

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

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

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

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