Html Css Color HEX #5E847C Cutty Sark

📋 copy color: '#5E847C'

red 94 ◦ green 132 ◦ blue 124

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

Shades of Cutty Sark #5E847C

Tints of Cutty Sark #5E847C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.71%

 BLUE value IS 124 (48.83% from 255) = 35.43%

R = 26.86%
G = 37.71%
B = 35.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#5E847C (or 0x5E847C) is known color: Cutty Sark. HEX triplet: 5E, 84 and 7C. RGB value is (94,132,124). Sum of RGB (Red+Green+Blue) = 94+132+124=350 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.86% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 132 - color contains mainly: green. Hex color #5E847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E847C is #A17B83. Grayscale: #777777. Windows color (decimal): -10582916 or 8160350. OLE color: 8160350.

HSL color Cylindrical-coordinate representation of color #5E847C: hue angle of 167.37º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E847C is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 94 132 124 -
CMYK 0.29 0 0.06 0.48
HSL 167.37º 0.17% 0.44% -
HSV(B) 167.37º 0.29% 0.52% -
XYZ 16.51 20.34 22.12 -
YUV 119.73 130.41 109.65 -
System Red Green Blue C M Y K H S L
Decimal 94 132 124 0.29 0 0.06 0.48 167.37 0.17 0.44
Hex 5E 84 7C 1D 0 6 30 A7 11 2C
Octal 136 204 174 35 0 6 60 247 21 54
Binary 1011110 10000100 1111100 11101 0 110 110000 10100111 10001 101100

Color Harmonies of #5E847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E847C

Black with #5E847C

Text Example


Text Example

White with #5E847C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,132,124); }

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

background-color css

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

 a { background-color: rgb(94,132,124); }

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

border-color css

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

 span { border-color: rgb(94,132,124); }

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