Html Css Color HEX #5E7D6E Cutty Sark

📋 copy color: '#5E7D6E'

red 94 ◦ green 125 ◦ blue 110

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

Shades of Cutty Sark #5E7D6E

Tints of Cutty Sark #5E7D6E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.99%

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

R = 28.57%
G = 37.99%
B = 33.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#5E7D6E (or 0x5E7D6E) is known color: Cutty Sark. HEX triplet: 5E, 7D and 6E. RGB value is (94,125,110). Sum of RGB (Red+Green+Blue) = 94+125+110=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 125 - color contains mainly: green. Hex color #5E7D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7D6E is #A18291. Grayscale: #727272. Windows color (decimal): -10584722 or 7241054. OLE color: 7241054.

HSL color Cylindrical-coordinate representation of color #5E7D6E: hue angle of 150.97º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5E7D6E is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 94 125 110 -
CMYK 0.25 0 0.12 0.51
HSL 150.97º 0.14% 0.43% -
HSV(B) 150.97º 0.25% 0.49% -
XYZ 14.76 18.17 17.48 -
YUV 114.02 125.73 113.72 -
System Red Green Blue C M Y K H S L
Decimal 94 125 110 0.25 0 0.12 0.51 150.97 0.14 0.43
Hex 5E 7D 6E 19 0 C 33 97 E 2B
Octal 136 175 156 31 0 14 63 227 16 53
Binary 1011110 1111101 1101110 11001 0 1100 110011 10010111 1110 101011

Color Harmonies of #5E7D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7D6E

Black with #5E7D6E

Text Example


Text Example

White with #5E7D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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