Html Css Color HEX #53816C Cutty Sark

📋 copy color: '#53816C'

red 83 ◦ green 129 ◦ blue 108

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

Shades of Cutty Sark #53816C

Tints of Cutty Sark #53816C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.31%

 BLUE value IS 108 (42.58% from 255) = 33.75%

R = 25.94%
G = 40.31%
B = 33.75%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#53816C (or 0x53816C) is known color: Cutty Sark. HEX triplet: 53, 81 and 6C. RGB value is (83,129,108). Sum of RGB (Red+Green+Blue) = 83+129+108=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 129 - color contains mainly: green. Hex color #53816C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53816C is #AC7E93. Grayscale: #707070. Windows color (decimal): -11304596 or 7110995. OLE color: 7110995.

HSL color Cylindrical-coordinate representation of color #53816C: hue angle of 152.61º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #53816C is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 129 108 -
CMYK 0.36 0 0.16 0.49
HSL 152.61º 0.22% 0.42% -
HSV(B) 152.61º 0.36% 0.51% -
XYZ 14.12 18.62 17.04 -
YUV 112.85 125.26 106.71 -
System Red Green Blue C M Y K H S L
Decimal 83 129 108 0.36 0 0.16 0.49 152.61 0.22 0.42
Hex 53 81 6C 24 0 10 31 99 16 2A
Octal 123 201 154 44 0 20 61 231 26 52
Binary 1010011 10000001 1101100 100100 0 10000 110001 10011001 10110 101010

Color Harmonies of #53816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53816C

Black with #53816C

Text Example


Text Example

White with #53816C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53816C; }

 p { color: rgb(83,129,108); }

 H1.HeaderClassName
 {
   color: #53816C;
 }
 .AnyTagClassName
 {
   color: #53816C;
 }
</style>

background-color css

<style>
 a { background-color: #53816C; }

 a { background-color: rgb(83,129,108); }

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

border-color css

<style>
 span { border-color: #53816C; }

 span { border-color: rgb(83,129,108); }

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