Html Css Color HEX #53816E Cutty Sark

📋 copy color: '#53816E'

red 83 ◦ green 129 ◦ blue 110

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

Shades of Cutty Sark #53816E

Tints of Cutty Sark #53816E

RGB

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

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

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

R = 25.78%
G = 40.06%
B = 34.16%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#53816E (or 0x53816E) is known color: Cutty Sark. HEX triplet: 53, 81 and 6E. RGB value is (83,129,110). Sum of RGB (Red+Green+Blue) = 83+129+110=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 129 - color contains mainly: green. Hex color #53816E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53816E is #AC7E91. Grayscale: #717171. Windows color (decimal): -11304594 or 7242067. OLE color: 7242067.

HSL color Cylindrical-coordinate representation of color #53816E: hue angle of 155.22º 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 #53816E is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 129 110 -
CMYK 0.36 0 0.15 0.49
HSL 155.22º 0.22% 0.42% -
HSV(B) 155.22º 0.36% 0.51% -
XYZ 14.23 18.67 17.6 -
YUV 113.08 126.26 106.54 -
System Red Green Blue C M Y K H S L
Decimal 83 129 110 0.36 0 0.15 0.49 155.22 0.22 0.42
Hex 53 81 6E 24 0 F 31 9B 16 2A
Octal 123 201 156 44 0 17 61 233 26 52
Binary 1010011 10000001 1101110 100100 0 1111 110001 10011011 10110 101010

Color Harmonies of #53816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53816E

Black with #53816E

Text Example


Text Example

White with #53816E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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