Html Css Color HEX #005A75 Blue Lagoon

📋 copy color: '#005A75'

red 0 ◦ green 90 ◦ blue 117

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

Shades of Blue Lagoon #005A75

Tints of Blue Lagoon #005A75

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 90 (35.55% from 255) = 43.48%

 BLUE value IS 117 (46.09% from 255) = 56.52%

R = 0%
G = 43.48%
B = 56.52%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#005A75 (or 0x005A75) is known color: Blue Lagoon. HEX triplet: 00, 5A and 75. RGB value is (0,90,117). Sum of RGB (Red+Green+Blue) = 0+90+117=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #005A75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005A75 is #FFA58A. Grayscale: #414141. Windows color (decimal): -16754059 or 7690752. OLE color: 7690752.

HSL color Cylindrical-coordinate representation of color #005A75: hue angle of 193.85º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005A75 is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 90 117 -
CMYK 1 0.23 0 0.54
HSL 193.85º 1% 0.23% -
HSV(B) 193.85º 1% 0.46% -
XYZ 6.87 8.6 18.13 -
YUV 66.17 156.68 80.8 -
System Red Green Blue C M Y K H S L
Decimal 0 90 117 1 0.23 0 0.54 193.85 1 0.23
Hex 0 5A 75 64 17 0 36 C2 64 17
Octal 0 132 165 144 27 0 66 302 144 27
Binary 0 1011010 1110101 1100100 10111 0 110110 11000010 1100100 10111

Color Harmonies of #005A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A75

Black with #005A75

Text Example


Text Example

White with #005A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #005A75;
 }
 .AnyTagClassName
 {
   color: #005A75;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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