Html Css Color HEX #53856F Cutty Sark

📋 copy color: '#53856F'

red 83 ◦ green 133 ◦ blue 111

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

Shades of Cutty Sark #53856F

Tints of Cutty Sark #53856F

RGB

 RED value IS 83 (32.81% from 255) = 25.38%

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

 BLUE value IS 111 (43.75% from 255) = 33.94%

R = 25.38%
G = 40.67%
B = 33.94%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#53856F (or 0x53856F) is known color: Cutty Sark. HEX triplet: 53, 85 and 6F. RGB value is (83,133,111). Sum of RGB (Red+Green+Blue) = 83+133+111=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 133 - color contains mainly: green. Hex color #53856F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53856F is #AC7A90. Grayscale: #737373. Windows color (decimal): -11303569 or 7308627. OLE color: 7308627.

HSL color Cylindrical-coordinate representation of color #53856F: hue angle of 153.6º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #53856F is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 133 111 -
CMYK 0.38 0 0.17 0.48
HSL 153.6º 0.23% 0.42% -
HSV(B) 153.6º 0.38% 0.52% -
XYZ 14.82 19.76 18.07 -
YUV 115.54 125.44 104.79 -
System Red Green Blue C M Y K H S L
Decimal 83 133 111 0.38 0 0.17 0.48 153.6 0.23 0.42
Hex 53 85 6F 26 0 11 30 9A 17 2A
Octal 123 205 157 46 0 21 60 232 27 52
Binary 1010011 10000101 1101111 100110 0 10001 110000 10011010 10111 101010

Color Harmonies of #53856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53856F

Black with #53856F

Text Example


Text Example

White with #53856F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53856F; }

 p { color: rgb(83,133,111); }

 H1.HeaderClassName
 {
   color: #53856F;
 }
 .AnyTagClassName
 {
   color: #53856F;
 }
</style>

background-color css

<style>
 a { background-color: #53856F; }

 a { background-color: rgb(83,133,111); }

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

border-color css

<style>
 span { border-color: #53856F; }

 span { border-color: rgb(83,133,111); }

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