Html Css Color HEX #53846F Cutty Sark

📋 copy color: '#53846F'

red 83 ◦ green 132 ◦ blue 111

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

Shades of Cutty Sark #53846F

Tints of Cutty Sark #53846F

RGB

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

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

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

R = 25.46%
G = 40.49%
B = 34.05%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#53846F (or 0x53846F) is known color: Cutty Sark. HEX triplet: 53, 84 and 6F. RGB value is (83,132,111). Sum of RGB (Red+Green+Blue) = 83+132+111=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 132 - color contains mainly: green. Hex color #53846F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53846F is #AC7B90. Grayscale: #727272. Windows color (decimal): -11303825 or 7308371. OLE color: 7308371.

HSL color Cylindrical-coordinate representation of color #53846F: hue angle of 154.29º 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 #53846F is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 132 111 -
CMYK 0.37 0 0.16 0.48
HSL 154.29º 0.23% 0.42% -
HSV(B) 154.29º 0.37% 0.52% -
XYZ 14.69 19.49 18.03 -
YUV 114.96 125.77 105.21 -
System Red Green Blue C M Y K H S L
Decimal 83 132 111 0.37 0 0.16 0.48 154.29 0.23 0.42
Hex 53 84 6F 25 0 10 30 9A 17 2A
Octal 123 204 157 45 0 20 60 232 27 52
Binary 1010011 10000100 1101111 100101 0 10000 110000 10011010 10111 101010

Color Harmonies of #53846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53846F

Black with #53846F

Text Example


Text Example

White with #53846F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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