Html Css Color HEX #55876A Cutty Sark

📋 copy color: '#55876A'

red 85 ◦ green 135 ◦ blue 106

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

Shades of Cutty Sark #55876A

Tints of Cutty Sark #55876A

RGB

 RED value IS 85 (33.59% from 255) = 26.07%

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

 BLUE value IS 106 (41.8% from 255) = 32.52%

R = 26.07%
G = 41.41%
B = 32.52%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#55876A (or 0x55876A) is known color: Cutty Sark. HEX triplet: 55, 87 and 6A. RGB value is (85,135,106). Sum of RGB (Red+Green+Blue) = 85+135+106=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 135 - color contains mainly: green. Hex color #55876A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55876A is #AA7895. Grayscale: #747474. Windows color (decimal): -11171990 or 6981461. OLE color: 6981461.

HSL color Cylindrical-coordinate representation of color #55876A: hue angle of 145.2º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #55876A is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 135 106 -
CMYK 0.37 0 0.21 0.47
HSL 145.2º 0.23% 0.43% -
HSV(B) 145.2º 0.37% 0.53% -
XYZ 15.01 20.3 16.76 -
YUV 116.74 121.94 105.36 -
System Red Green Blue C M Y K H S L
Decimal 85 135 106 0.37 0 0.21 0.47 145.2 0.23 0.43
Hex 55 87 6A 25 0 15 2F 91 17 2B
Octal 125 207 152 45 0 25 57 221 27 53
Binary 1010101 10000111 1101010 100101 0 10101 101111 10010001 10111 101011

Color Harmonies of #55876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55876A

Black with #55876A

Text Example


Text Example

White with #55876A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55876A; }

 p { color: rgb(85,135,106); }

 H1.HeaderClassName
 {
   color: #55876A;
 }
 .AnyTagClassName
 {
   color: #55876A;
 }
</style>

background-color css

<style>
 a { background-color: #55876A; }

 a { background-color: rgb(85,135,106); }

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

border-color css

<style>
 span { border-color: #55876A; }

 span { border-color: rgb(85,135,106); }

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