#005A71

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

Shades of Blue Lagoon #005A71

Tints of Blue Lagoon #005A71

Color information

#005A71 (or 0x005A71) is unknown color: approx Blue Lagoon. HEX triplet: 00, 5A and 71. RGB value is (0,90,113). Sum of RGB (Red+Green+Blue) = 0+90+113=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #005A71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005A71 is #FFA58E. Grayscale: #414141. Windows color (decimal): -16754063 or 7428608. OLE color: 7428608.

HSL color Cylindrical-coordinate representation of color #005A71: hue angle of 192.21º 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 #005A71 is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB090113-
CMYK10.2000.56
HSL192.21º100%22.16%-
HSV(B)192.21º100%44.31%-
XYZ6.648.516.91-
YUV65.71154.6881.13-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 90 (35.55% from 255) = 44.33%
BLUE value IS 113 (44.53% from 255) = 55.67%
R=0%
G=44.33%
B=55.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal09011310.2000.56192.2110022.16
Hex05A716414038c06416
Octal01321611442407030014426
Binary010110101110001110010010100011100011000000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005A71; }

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

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

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

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

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

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

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

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