#006574

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

Shades of Blue Lagoon #006574

Tints of Blue Lagoon #006574

Color information

#006574 (or 0x006574) is unknown color: approx Blue Lagoon. HEX triplet: 00, 65 and 74. RGB value is (0,101,116). Sum of RGB (Red+Green+Blue) = 0+101+116=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 101 (39.84% from 255 or 46.54% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #006574 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006574 is #FF9A8B. Grayscale: #484848. Windows color (decimal): -16751244 or 7628032. OLE color: 7628032.

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

Color convert

RGB0101116-
CMYK10.1300.55
HSL187.76º100%22.75%-
HSV(B)187.76º100%45.49%-
XYZ7.8110.5718.15-
YUV72.51152.5476.28-

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) = 46.54%
BLUE value IS 116 (45.70% from 255) = 53.46%
R=0%
G=46.54%
B=53.46%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal010111610.1300.55187.7610022.75
Hex0657464D037bc6417
Octal01451641441506727414427
Binary01100101111010011001001101011011110111100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006574; }

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

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

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

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

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

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

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

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