Html Css Color HEX #5E806E Cutty Sark

📋 copy color: '#5E806E'

red 94 ◦ green 128 ◦ blue 110

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

Shades of Cutty Sark #5E806E

Tints of Cutty Sark #5E806E

RGB

 RED value IS 94 (37.11% from 255) = 28.31%

 GREEN value IS 128 (50.39% from 255) = 38.55%

 BLUE value IS 110 (43.36% from 255) = 33.13%

R = 28.31%
G = 38.55%
B = 33.13%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#5E806E (or 0x5E806E) is known color: Cutty Sark. HEX triplet: 5E, 80 and 6E. RGB value is (94,128,110). Sum of RGB (Red+Green+Blue) = 94+128+110=332 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.31% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 128 - color contains mainly: green. Hex color #5E806E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E806E is #A17F91. Grayscale: #737373. Windows color (decimal): -10583954 or 7241822. OLE color: 7241822.

HSL color Cylindrical-coordinate representation of color #5E806E: hue angle of 148.24º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E806E is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB 94 128 110 -
CMYK 0.27 0 0.14 0.50
HSL 148.24º 0.15% 0.44% -
HSV(B) 148.24º 0.27% 0.5% -
XYZ 15.15 18.94 17.61 -
YUV 115.78 124.74 112.46 -
System Red Green Blue C M Y K H S L
Decimal 94 128 110 0.27 0 0.14 0.50 148.24 0.15 0.44
Hex 5E 80 6E 1B 0 E 32 94 F 2C
Octal 136 200 156 33 0 16 62 224 17 54
Binary 1011110 10000000 1101110 11011 0 1110 110010 10010100 1111 101100

Color Harmonies of #5E806E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E806E

Black with #5E806E

Text Example


Text Example

White with #5E806E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E806E; }

 p { color: rgb(94,128,110); }

 H1.HeaderClassName
 {
   color: #5E806E;
 }
 .AnyTagClassName
 {
   color: #5E806E;
 }
</style>

background-color css

<style>
 a { background-color: #5E806E; }

 a { background-color: rgb(94,128,110); }

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

border-color css

<style>
 span { border-color: #5E806E; }

 span { border-color: rgb(94,128,110); }

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