#005A63

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

Shades of Blue Lagoon #005A63

Tints of Blue Lagoon #005A63

Color information

#005A63 (or 0x005A63) is unknown color: approx Blue Lagoon. HEX triplet: 00, 5A and 63. RGB value is (0,90,99). Sum of RGB (Red+Green+Blue) = 0+90+99=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 90 (35.55% from 255 or 47.62% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #005A63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005A63 is #FFA59C. Grayscale: #3F3F3F. Windows color (decimal): -16754077 or 6511104. OLE color: 6511104.

HSL color Cylindrical-coordinate representation of color #005A63: hue angle of 185.45º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005A63 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB09099-
CMYK10.0900.61
HSL185.45º100%19.41%-
HSV(B)185.45º100%38.82%-
XYZ5.918.2113.08-
YUV64.12147.6882.27-

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) = 47.62%
BLUE value IS 99 (39.06% from 255) = 52.38%
R=0%
G=47.62%
B=52.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal0909910.0900.61185.4510019.41
Hex05A6364903Db96413
Octal01321431441107527114423
Binary01011010110001111001001001011110110111001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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