Html Css Color HEX #53826A Cutty Sark

📋 copy color: '#53826A'

red 83 ◦ green 130 ◦ blue 106

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

Shades of Cutty Sark #53826A

Tints of Cutty Sark #53826A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.75%

 BLUE value IS 106 (41.8% from 255) = 33.23%

R = 26.02%
G = 40.75%
B = 33.23%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#53826A (or 0x53826A) is known color: Cutty Sark. HEX triplet: 53, 82 and 6A. RGB value is (83,130,106). Sum of RGB (Red+Green+Blue) = 83+130+106=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #53826A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53826A is #AC7D95. Grayscale: #717171. Windows color (decimal): -11304342 or 6980179. OLE color: 6980179.

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

Color convert

RGB 83 130 106 -
CMYK 0.36 0 0.18 0.49
HSL 149.36º 0.22% 0.42% -
HSV(B) 149.36º 0.36% 0.51% -
XYZ 14.15 18.84 16.53 -
YUV 113.21 123.93 106.45 -
System Red Green Blue C M Y K H S L
Decimal 83 130 106 0.36 0 0.18 0.49 149.36 0.22 0.42
Hex 53 82 6A 24 0 12 31 95 16 2A
Octal 123 202 152 44 0 22 61 225 26 52
Binary 1010011 10000010 1101010 100100 0 10010 110001 10010101 10110 101010

Color Harmonies of #53826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53826A

Black with #53826A

Text Example


Text Example

White with #53826A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53826A; }

 p { color: rgb(83,130,106); }

 H1.HeaderClassName
 {
   color: #53826A;
 }
 .AnyTagClassName
 {
   color: #53826A;
 }
</style>

background-color css

<style>
 a { background-color: #53826A; }

 a { background-color: rgb(83,130,106); }

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

border-color css

<style>
 span { border-color: #53826A; }

 span { border-color: rgb(83,130,106); }

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