Html Css Color HEX #53846B Cutty Sark

📋 copy color: '#53846B'

red 83 ◦ green 132 ◦ blue 107

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

Shades of Cutty Sark #53846B

Tints of Cutty Sark #53846B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.23%

R = 25.78%
G = 40.99%
B = 33.23%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#53846B (or 0x53846B) is known color: Cutty Sark. HEX triplet: 53, 84 and 6B. RGB value is (83,132,107). Sum of RGB (Red+Green+Blue) = 83+132+107=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 132 - color contains mainly: green. Hex color #53846B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53846B is #AC7B94. Grayscale: #727272. Windows color (decimal): -11303829 or 7046227. OLE color: 7046227.

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

Color convert

RGB 83 132 107 -
CMYK 0.37 0 0.19 0.48
HSL 149.39º 0.23% 0.42% -
HSV(B) 149.39º 0.37% 0.52% -
XYZ 14.47 19.4 16.89 -
YUV 114.5 123.77 105.53 -
System Red Green Blue C M Y K H S L
Decimal 83 132 107 0.37 0 0.19 0.48 149.39 0.23 0.42
Hex 53 84 6B 25 0 13 30 95 17 2A
Octal 123 204 153 45 0 23 60 225 27 52
Binary 1010011 10000100 1101011 100101 0 10011 110000 10010101 10111 101010

Color Harmonies of #53846B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53846B

Black with #53846B

Text Example


Text Example

White with #53846B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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