Html Css Color HEX #005A6D Blue Lagoon

📋 copy color: '#005A6D'

red 0 ◦ green 90 ◦ blue 109

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

Shades of Blue Lagoon #005A6D

Tints of Blue Lagoon #005A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 54.77%

R = 0%
G = 45.23%
B = 54.77%

CMYK

 C value IS 1

 M value IS 0.17

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#005A6D (or 0x005A6D) is known color: Blue Lagoon. HEX triplet: 00, 5A and 6D. RGB value is (0,90,109). Sum of RGB (Red+Green+Blue) = 0+90+109=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 90 (35.55% from 255 or 45.23% from 199); Blue value is 109 (42.97% from 255 or 54.77% from 199); Max value from RGB is 109 - color contains mainly: blue. Hex color #005A6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005A6D is #FFA592. Grayscale: #414141. Windows color (decimal): -16754067 or 7166464. OLE color: 7166464.

HSL color Cylindrical-coordinate representation of color #005A6D: hue angle of 190.46º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005A6D is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 0 90 109 -
CMYK 1 0.17 0 0.57
HSL 190.46º 1% 0.21% -
HSV(B) 190.46º 1% 0.43% -
XYZ 6.42 8.42 15.75 -
YUV 65.26 152.68 81.46 -
System Red Green Blue C M Y K H S L
Decimal 0 90 109 1 0.17 0 0.57 190.46 1 0.21
Hex 0 5A 6D 64 11 0 39 BE 64 15
Octal 0 132 155 144 21 0 71 276 144 25
Binary 0 1011010 1101101 1100100 10001 0 111001 10111110 1100100 10101

Color Harmonies of #005A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A6D

Black with #005A6D

Text Example


Text Example

White with #005A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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