Html Css Color HEX #005B6C Blue Lagoon

📋 copy color: '#005B6C'

red 0 ◦ green 91 ◦ blue 108

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

Shades of Blue Lagoon #005B6C

Tints of Blue Lagoon #005B6C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 45.73%

 BLUE value IS 108 (42.58% from 255) = 54.27%

R = 0%
G = 45.73%
B = 54.27%

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

#005B6C (or 0x005B6C) is known color: Blue Lagoon. HEX triplet: 00, 5B and 6C. RGB value is (0,91,108). Sum of RGB (Red+Green+Blue) = 0+91+108=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 91 (35.94% from 255 or 45.73% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #005B6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005B6C is #FFA493. Grayscale: #414141. Windows color (decimal): -16753812 or 7101184. OLE color: 7101184.

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

Color convert

RGB 0 91 108 -
CMYK 1 0.16 0 0.58
HSL 189.44º 1% 0.21% -
HSV(B) 189.44º 1% 0.42% -
XYZ 6.45 8.56 15.5 -
YUV 65.73 151.85 81.12 -
System Red Green Blue C M Y K H S L
Decimal 0 91 108 1 0.16 0 0.58 189.44 1 0.21
Hex 0 5B 6C 64 10 0 3A BD 64 15
Octal 0 133 154 144 20 0 72 275 144 25
Binary 0 1011011 1101100 1100100 10000 0 111010 10111101 1100100 10101

Color Harmonies of #005B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005B6C

Black with #005B6C

Text Example


Text Example

White with #005B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,91,108); }

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

background-color css

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

 a { background-color: rgb(0,91,108); }

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

border-color css

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

 span { border-color: rgb(0,91,108); }

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