Html Css Color HEX #5B8475 Cutty Sark

📋 copy color: '#5B8475'

red 91 ◦ green 132 ◦ blue 117

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

Shades of Cutty Sark #5B8475

Tints of Cutty Sark #5B8475

RGB

 RED value IS 91 (35.94% from 255) = 26.76%

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

 BLUE value IS 117 (46.09% from 255) = 34.41%

R = 26.76%
G = 38.82%
B = 34.41%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#5B8475 (or 0x5B8475) is known color: Cutty Sark. HEX triplet: 5B, 84 and 75. RGB value is (91,132,117). Sum of RGB (Red+Green+Blue) = 91+132+117=340 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.76% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 132 - color contains mainly: green. Hex color #5B8475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8475 is #A47B8A. Grayscale: #767676. Windows color (decimal): -10779531 or 7701595. OLE color: 7701595.

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

Color convert

RGB 91 132 117 -
CMYK 0.31 0 0.11 0.48
HSL 158.05º 0.18% 0.44% -
HSV(B) 158.05º 0.31% 0.52% -
XYZ 15.78 20.01 19.86 -
YUV 118.03 127.42 108.72 -
System Red Green Blue C M Y K H S L
Decimal 91 132 117 0.31 0 0.11 0.48 158.05 0.18 0.44
Hex 5B 84 75 1F 0 B 30 9E 12 2C
Octal 133 204 165 37 0 13 60 236 22 54
Binary 1011011 10000100 1110101 11111 0 1011 110000 10011110 10010 101100

Color Harmonies of #5B8475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B8475

Black with #5B8475

Text Example


Text Example

White with #5B8475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,132,117); }

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

background-color css

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

 a { background-color: rgb(91,132,117); }

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

border-color css

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

 span { border-color: rgb(91,132,117); }

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