Html Css Color HEX #005E6D Blue Lagoon

📋 copy color: '#005E6D'

red 0 ◦ green 94 ◦ blue 109

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

Shades of Blue Lagoon #005E6D

Tints of Blue Lagoon #005E6D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 46.31%

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

R = 0%
G = 46.31%
B = 53.69%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#005E6D (or 0x005E6D) is known color: Blue Lagoon. HEX triplet: 00, 5E and 6D. RGB value is (0,94,109). Sum of RGB (Red+Green+Blue) = 0+94+109=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 94 (37.11% from 255 or 46.31% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #005E6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005E6D is #FFA192. Grayscale: #434343. Windows color (decimal): -16753043 or 7167488. OLE color: 7167488.

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

Color convert

RGB 0 94 109 -
CMYK 1 0.14 0 0.57
HSL 188.26º 1% 0.21% -
HSV(B) 188.26º 1% 0.43% -
XYZ 6.76 9.11 15.87 -
YUV 67.6 151.36 79.78 -
System Red Green Blue C M Y K H S L
Decimal 0 94 109 1 0.14 0 0.57 188.26 1 0.21
Hex 0 5E 6D 64 E 0 39 BC 64 15
Octal 0 136 155 144 16 0 71 274 144 25
Binary 0 1011110 1101101 1100100 1110 0 111001 10111100 1100100 10101

Color Harmonies of #005E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005E6D

Black with #005E6D

Text Example


Text Example

White with #005E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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