Html Css Color HEX #5E857A Cutty Sark

📋 copy color: '#5E857A'

red 94 ◦ green 133 ◦ blue 122

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

Shades of Cutty Sark #5E857A

Tints of Cutty Sark #5E857A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.11%

 BLUE value IS 122 (48.05% from 255) = 34.96%

R = 26.93%
G = 38.11%
B = 34.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#5E857A (or 0x5E857A) is known color: Cutty Sark. HEX triplet: 5E, 85 and 7A. RGB value is (94,133,122). Sum of RGB (Red+Green+Blue) = 94+133+122=349 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.93% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 133 - color contains mainly: green. Hex color #5E857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E857A is #A17A85. Grayscale: #787878. Windows color (decimal): -10582662 or 8029534. OLE color: 8029534.

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

Color convert

RGB 94 133 122 -
CMYK 0.29 0 0.08 0.48
HSL 163.08º 0.17% 0.45% -
HSV(B) 163.08º 0.29% 0.52% -
XYZ 16.52 20.56 21.51 -
YUV 120.09 129.08 109.39 -
System Red Green Blue C M Y K H S L
Decimal 94 133 122 0.29 0 0.08 0.48 163.08 0.17 0.45
Hex 5E 85 7A 1D 0 8 30 A3 11 2D
Octal 136 205 172 35 0 10 60 243 21 55
Binary 1011110 10000101 1111010 11101 0 1000 110000 10100011 10001 101101

Color Harmonies of #5E857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E857A

Black with #5E857A

Text Example


Text Example

White with #5E857A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,133,122); }

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

background-color css

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

 a { background-color: rgb(94,133,122); }

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

border-color css

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

 span { border-color: rgb(94,133,122); }

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