Html Css Color HEX #53846E Cutty Sark

📋 copy color: '#53846E'

red 83 ◦ green 132 ◦ blue 110

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

Shades of Cutty Sark #53846E

Tints of Cutty Sark #53846E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.62%

 BLUE value IS 110 (43.36% from 255) = 33.85%

R = 25.54%
G = 40.62%
B = 33.85%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#53846E (or 0x53846E) is known color: Cutty Sark. HEX triplet: 53, 84 and 6E. RGB value is (83,132,110). Sum of RGB (Red+Green+Blue) = 83+132+110=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 132 - color contains mainly: green. Hex color #53846E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53846E is #AC7B91. Grayscale: #727272. Windows color (decimal): -11303826 or 7242835. OLE color: 7242835.

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

Color convert

RGB 83 132 110 -
CMYK 0.37 0 0.17 0.48
HSL 153.06º 0.23% 0.42% -
HSV(B) 153.06º 0.37% 0.52% -
XYZ 14.63 19.47 17.74 -
YUV 114.84 125.27 105.29 -
System Red Green Blue C M Y K H S L
Decimal 83 132 110 0.37 0 0.17 0.48 153.06 0.23 0.42
Hex 53 84 6E 25 0 11 30 99 17 2A
Octal 123 204 156 45 0 21 60 231 27 52
Binary 1010011 10000100 1101110 100101 0 10001 110000 10011001 10111 101010

Color Harmonies of #53846E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53846E

Black with #53846E

Text Example


Text Example

White with #53846E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53846E; }

 p { color: rgb(83,132,110); }

 H1.HeaderClassName
 {
   color: #53846E;
 }
 .AnyTagClassName
 {
   color: #53846E;
 }
</style>

background-color css

<style>
 a { background-color: #53846E; }

 a { background-color: rgb(83,132,110); }

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

border-color css

<style>
 span { border-color: #53846E; }

 span { border-color: rgb(83,132,110); }

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