#006577

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

Shades of Blue Lagoon #006577

Tints of Blue Lagoon #006577

Color information

#006577 (or 0x006577) is unknown color: approx Blue Lagoon. HEX triplet: 00, 65 and 77. RGB value is (0,101,119). Sum of RGB (Red+Green+Blue) = 0+101+119=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 119 (46.88% from 255 or 54.09% from 220); Max value from RGB is 119 - color contains mainly: blue. Hex color #006577 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006577 is #FF9A88. Grayscale: #484848. Windows color (decimal): -16751241 or 7824640. OLE color: 7824640.

HSL color Cylindrical-coordinate representation of color #006577: hue angle of 189.08º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006577 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB0101119-
CMYK10.1500.53
HSL189.08º100%23.33%-
HSV(B)189.08º100%46.67%-
XYZ7.9810.6419.09-
YUV72.85154.0476.04-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 101 (39.84% from 255) = 45.91%
BLUE value IS 119 (46.88% from 255) = 54.09%
R=0%
G=45.91%
B=54.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal010111910.1500.53189.0810023.33
Hex0657764F035bd6417
Octal01451671441706527514427
Binary01100101111011111001001111011010110111101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006577; }

 p { color: rgb(0,101,119); }

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

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

 a { background-color: rgb(0,101,119); }

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

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

 span { border-color: rgb(0,101,119); }

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