#065575

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

Shades of Blue Lagoon #065575

Tints of Blue Lagoon #065575

Color information

#065575 (or 0x065575) is unknown color: approx Blue Lagoon. HEX triplet: 06, 55 and 75. RGB value is (6,85,117). Sum of RGB (Red+Green+Blue) = 6+85+117=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 117 (46.09% from 255 or 56.25% from 208); Max value from RGB is 117 - color contains mainly: blue. Hex color #065575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065575 is #F9AA8A. Grayscale: #404040. Windows color (decimal): -16362123 or 7689478. OLE color: 7689478.

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

Color convert

RGB685117-
CMYK0.950.2700.54
HSL197.3º90.24%24.12%-
HSV(B)197.3º94.87%45.88%-
XYZ6.537.8217.99-
YUV65.03157.3385.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.88%
GREEN value IS 85 (33.59% from 255) = 40.87%
BLUE value IS 117 (46.09% from 255) = 56.25%
R=2.88%
G=40.87%
B=56.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6851170.950.2700.54197.390.2424.12
Hex655755F1B036c55a18
Octal61251651373306630513230
Binary11010101011110101101111111011011011011000101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065575; }

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

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

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

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

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

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

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

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