#065562

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

Shades of Blue Lagoon #065562

Tints of Blue Lagoon #065562

Color information

#065562 (or 0x065562) is unknown color: approx Blue Lagoon. HEX triplet: 06, 55 and 62. RGB value is (6,85,98). Sum of RGB (Red+Green+Blue) = 6+85+98=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 98 (38.67% from 255 or 51.85% from 189); Max value from RGB is 98 - color contains mainly: blue. Hex color #065562 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065562 is #F9AA9D. Grayscale: #3E3E3E. Windows color (decimal): -16362142 or 6444294. OLE color: 6444294.

HSL color Cylindrical-coordinate representation of color #065562: hue angle of 188.48º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065562 is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB68598-
CMYK0.940.1300.62
HSL188.48º88.46%20.39%-
HSV(B)188.48º93.88%38.43%-
XYZ5.537.4212.7-
YUV62.86147.8387.44-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.17%
GREEN value IS 85 (33.59% from 255) = 44.97%
BLUE value IS 98 (38.67% from 255) = 51.85%
R=3.17%
G=44.97%
B=51.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal685980.940.1300.62188.4888.4620.39
Hex655625ED03Ebc5814
Octal61251421361507627413024
Binary1101010101110001010111101101011111010111100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065562; }

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

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

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

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

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

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

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

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