#005A74

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

Shades of Blue Lagoon #005A74

Tints of Blue Lagoon #005A74

Color information

#005A74 (or 0x005A74) is unknown color: approx Blue Lagoon. HEX triplet: 00, 5A and 74. RGB value is (0,90,116). Sum of RGB (Red+Green+Blue) = 0+90+116=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 90 (35.55% from 255 or 43.69% from 206); Blue value is 116 (45.70% from 255 or 56.31% from 206); Max value from RGB is 116 - color contains mainly: blue. Hex color #005A74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005A74 is #FFA58B. Grayscale: #414141. Windows color (decimal): -16754060 or 7625216. OLE color: 7625216.

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

Color convert

RGB090116-
CMYK10.2200.55
HSL193.45º100%22.75%-
HSV(B)193.45º100%45.49%-
XYZ6.818.5717.82-
YUV66.05156.1880.89-

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal09011610.2200.55193.4510022.75
Hex05A746416037c16417
Octal01321641442606730114427
Binary010110101110100110010010110011011111000001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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