Html Css Color HEX #5B877A Cutty Sark

📋 copy color: '#5B877A'

red 91 ◦ green 135 ◦ blue 122

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

Shades of Cutty Sark #5B877A

Tints of Cutty Sark #5B877A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.79%

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

R = 26.15%
G = 38.79%
B = 35.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#5B877A (or 0x5B877A) is known color: Cutty Sark. HEX triplet: 5B, 87 and 7A. RGB value is (91,135,122). Sum of RGB (Red+Green+Blue) = 91+135+122=348 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.15% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 135 - color contains mainly: green. Hex color #5B877A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B877A is #A47885. Grayscale: #787878. Windows color (decimal): -10778758 or 8030043. OLE color: 8030043.

HSL color Cylindrical-coordinate representation of color #5B877A: hue angle of 162.27º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B877A is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 91 135 122 -
CMYK 0.33 0 0.10 0.47
HSL 162.27º 0.19% 0.44% -
HSV(B) 162.27º 0.33% 0.53% -
XYZ 16.49 20.96 21.59 -
YUV 120.36 128.92 107.06 -
System Red Green Blue C M Y K H S L
Decimal 91 135 122 0.33 0 0.10 0.47 162.27 0.19 0.44
Hex 5B 87 7A 21 0 A 2F A2 13 2C
Octal 133 207 172 41 0 12 57 242 23 54
Binary 1011011 10000111 1111010 100001 0 1010 101111 10100010 10011 101100

Color Harmonies of #5B877A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B877A

Black with #5B877A

Text Example


Text Example

White with #5B877A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,135,122); }

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

background-color css

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

 a { background-color: rgb(91,135,122); }

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

border-color css

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

 span { border-color: rgb(91,135,122); }

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