#065573

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

Shades of Blue Lagoon #065573

Tints of Blue Lagoon #065573

Color information

#065573 (or 0x065573) is unknown color: approx Blue Lagoon. HEX triplet: 06, 55 and 73. RGB value is (6,85,115). Sum of RGB (Red+Green+Blue) = 6+85+115=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #065573 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065573 is #F9AA8C. Grayscale: #404040. Windows color (decimal): -16362125 or 7558406. OLE color: 7558406.

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

Color convert

RGB685115-
CMYK0.950.2600.55
HSL196.51º90.08%23.73%-
HSV(B)196.51º94.78%45.1%-
XYZ6.427.7717.38-
YUV64.8156.3386.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.91%
GREEN value IS 85 (33.59% from 255) = 41.26%
BLUE value IS 115 (45.31% from 255) = 55.83%
R=2.91%
G=41.26%
B=55.83%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6851150.950.2600.55196.5190.0823.73
Hex655735F1A037c55a18
Octal61251631373206730513230
Binary11010101011110011101111111010011011111000101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065573; }

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

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

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

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

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

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

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

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