#006571

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

Shades of Blue Lagoon #006571

Tints of Blue Lagoon #006571

Color information

#006571 (or 0x006571) is unknown color: approx Blue Lagoon. HEX triplet: 00, 65 and 71. RGB value is (0,101,113). Sum of RGB (Red+Green+Blue) = 0+101+113=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 101 (39.84% from 255 or 47.20% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #006571 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006571 is #FF9A8E. Grayscale: #484848. Windows color (decimal): -16751247 or 7431424. OLE color: 7431424.

HSL color Cylindrical-coordinate representation of color #006571: hue angle of 186.37º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006571 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB0101113-
CMYK10.1100.56
HSL186.37º100%22.16%-
HSV(B)186.37º100%44.31%-
XYZ7.6310.517.25-
YUV72.17151.0476.52-

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) = 47.20%
BLUE value IS 113 (44.53% from 255) = 52.80%
R=0%
G=47.20%
B=52.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal010111310.1100.56186.3710022.16
Hex0657164B038ba6416
Octal01451611441307027214426
Binary01100101111000111001001011011100010111010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006571; }

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

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

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

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

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

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

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

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