Html Css Color HEX #005A63 Blue Lagoon

📋 copy color: '#005A63'

red 0 ◦ green 90 ◦ blue 99

#005A63
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #005A63

Tints of Blue Lagoon #005A63

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 value IS 1

 M value IS 0.09

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#005A63 (or 0x005A63) is known color: 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

RGB 0 90 99 -
CMYK 1 0.09 0 0.61
HSL 185.45º 1% 0.19% -
HSV(B) 185.45º 1% 0.39% -
XYZ 5.91 8.21 13.08 -
YUV 64.12 147.68 82.27 -
System Red Green Blue C M Y K H S L
Decimal 0 90 99 1 0.09 0 0.61 185.45 1 0.19
Hex 0 5A 63 64 9 0 3D B9 64 13
Octal 0 132 143 144 11 0 75 271 144 23
Binary 0 1011010 1100011 1100100 1001 0 111101 10111001 1100100 10011

Color Harmonies of #005A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A63

Black with #005A63

Text Example


Text Example

White with #005A63

Text Example


Text Example

HTML Codes & Css Web 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>