Html Css Color HEX #005A6F Blue Lagoon

📋 copy color: '#005A6F'

red 0 ◦ green 90 ◦ blue 111

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

Shades of Blue Lagoon #005A6F

Tints of Blue Lagoon #005A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 55.22%

R = 0%
G = 44.78%
B = 55.22%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#005A6F (or 0x005A6F) is known color: Blue Lagoon. HEX triplet: 00, 5A and 6F. RGB value is (0,90,111). Sum of RGB (Red+Green+Blue) = 0+90+111=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 90 (35.55% from 255 or 44.78% from 201); Blue value is 111 (43.75% from 255 or 55.22% from 201); Max value from RGB is 111 - color contains mainly: blue. Hex color #005A6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005A6F is #FFA590. Grayscale: #414141. Windows color (decimal): -16754065 or 7297536. OLE color: 7297536.

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

Color convert

RGB 0 90 111 -
CMYK 1 0.19 0 0.56
HSL 191.35º 1% 0.22% -
HSV(B) 191.35º 1% 0.44% -
XYZ 6.53 8.46 16.33 -
YUV 65.48 153.68 81.29 -
System Red Green Blue C M Y K H S L
Decimal 0 90 111 1 0.19 0 0.56 191.35 1 0.22
Hex 0 5A 6F 64 13 0 38 BF 64 16
Octal 0 132 157 144 23 0 70 277 144 26
Binary 0 1011010 1101111 1100100 10011 0 111000 10111111 1100100 10110

Color Harmonies of #005A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A6F

Black with #005A6F

Text Example


Text Example

White with #005A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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