Html Css Color HEX #55836C Cutty Sark

📋 copy color: '#55836C'

red 85 ◦ green 131 ◦ blue 108

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

Shades of Cutty Sark #55836C

Tints of Cutty Sark #55836C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.43%

 BLUE value IS 108 (42.58% from 255) = 33.33%

R = 26.23%
G = 40.43%
B = 33.33%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#55836C (or 0x55836C) is known color: Cutty Sark. HEX triplet: 55, 83 and 6C. RGB value is (85,131,108). Sum of RGB (Red+Green+Blue) = 85+131+108=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 131 - color contains mainly: green. Hex color #55836C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55836C is #AA7C93. Grayscale: #727272. Windows color (decimal): -11173012 or 7111509. OLE color: 7111509.

HSL color Cylindrical-coordinate representation of color #55836C: hue angle of 150º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #55836C is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 131 108 -
CMYK 0.35 0 0.18 0.49
HSL 150º 0.21% 0.42% -
HSV(B) 150º 0.35% 0.51% -
XYZ 14.57 19.25 17.13 -
YUV 114.62 124.26 106.87 -
System Red Green Blue C M Y K H S L
Decimal 85 131 108 0.35 0 0.18 0.49 150 0.21 0.42
Hex 55 83 6C 23 0 12 31 96 15 2A
Octal 125 203 154 43 0 22 61 226 25 52
Binary 1010101 10000011 1101100 100011 0 10010 110001 10010110 10101 101010

Color Harmonies of #55836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55836C

Black with #55836C

Text Example


Text Example

White with #55836C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55836C; }

 p { color: rgb(85,131,108); }

 H1.HeaderClassName
 {
   color: #55836C;
 }
 .AnyTagClassName
 {
   color: #55836C;
 }
</style>

background-color css

<style>
 a { background-color: #55836C; }

 a { background-color: rgb(85,131,108); }

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

border-color css

<style>
 span { border-color: #55836C; }

 span { border-color: rgb(85,131,108); }

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