Html Css Color HEX #005A6B Blue Lagoon

📋 copy color: '#005A6B'

red 0 ◦ green 90 ◦ blue 107

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

Shades of Blue Lagoon #005A6B

Tints of Blue Lagoon #005A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 54.31%

R = 0%
G = 45.69%
B = 54.31%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#005A6B (or 0x005A6B) is known color: Blue Lagoon. HEX triplet: 00, 5A and 6B. RGB value is (0,90,107). Sum of RGB (Red+Green+Blue) = 0+90+107=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 107 (42.19% from 255 or 54.31% from 197); Max value from RGB is 107 - color contains mainly: blue. Hex color #005A6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005A6B is #FFA594. Grayscale: #404040. Windows color (decimal): -16754069 or 7035392. OLE color: 7035392.

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

Color convert

RGB 0 90 107 -
CMYK 1 0.16 0 0.58
HSL 189.53º 1% 0.21% -
HSV(B) 189.53º 1% 0.42% -
XYZ 6.31 8.37 15.19 -
YUV 65.03 151.68 81.62 -
System Red Green Blue C M Y K H S L
Decimal 0 90 107 1 0.16 0 0.58 189.53 1 0.21
Hex 0 5A 6B 64 10 0 3A BE 64 15
Octal 0 132 153 144 20 0 72 276 144 25
Binary 0 1011010 1101011 1100100 10000 0 111010 10111110 1100100 10101

Color Harmonies of #005A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A6B

Black with #005A6B

Text Example


Text Example

White with #005A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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