Html Css Color HEX #53866F Cutty Sark

📋 copy color: '#53866F'

red 83 ◦ green 134 ◦ blue 111

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

Shades of Cutty Sark #53866F

Tints of Cutty Sark #53866F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.85%

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

R = 25.3%
G = 40.85%
B = 33.84%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#53866F (or 0x53866F) is known color: Cutty Sark. HEX triplet: 53, 86 and 6F. RGB value is (83,134,111). Sum of RGB (Red+Green+Blue) = 83+134+111=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 134 - color contains mainly: green. Hex color #53866F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53866F is #AC7990. Grayscale: #747474. Windows color (decimal): -11303313 or 7308883. OLE color: 7308883.

HSL color Cylindrical-coordinate representation of color #53866F: hue angle of 152.94º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #53866F is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 134 111 -
CMYK 0.38 0 0.17 0.47
HSL 152.94º 0.24% 0.43% -
HSV(B) 152.94º 0.38% 0.53% -
XYZ 14.96 20.04 18.12 -
YUV 116.13 125.1 104.37 -
System Red Green Blue C M Y K H S L
Decimal 83 134 111 0.38 0 0.17 0.47 152.94 0.24 0.43
Hex 53 86 6F 26 0 11 2F 99 18 2B
Octal 123 206 157 46 0 21 57 231 30 53
Binary 1010011 10000110 1101111 100110 0 10001 101111 10011001 11000 101011

Color Harmonies of #53866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53866F

Black with #53866F

Text Example


Text Example

White with #53866F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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