#53836C

Color #53836C Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #53836C

Tints of Cutty Sark #53836C

Color information

#53836C (or 0x53836C) is unknown color: approx Cutty Sark. HEX triplet: 53, 83 and 6C. RGB value is (83,131,108). Sum of RGB (Red+Green+Blue) = 83+131+108=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 131 - color contains mainly: green. Hex color #53836C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53836C is #AC7C93. Grayscale: #727272. Windows color (decimal): -11304084 or 7111507. OLE color: 7111507.

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

Color convert

RGB83131108-
CMYK0.3700.180.49
HSL151.25º22.43%41.96%-
HSV(B)151.25º36.64%51.37%-
XYZ14.3919.1517.13-
YUV114.03124.6105.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.78%
GREEN value IS 131 (51.56% from 255) = 40.68%
BLUE value IS 108 (42.58% from 255) = 33.54%
R=25.78%
G=40.68%
B=33.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831311080.3700.180.49151.2522.4341.96
Hex53836C250123197162a
Octal12320315445022612272652
Binary10100111000001111011001001010100101100011001011110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53836C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #53836C;
 }
 .AnyTagClassName
 {
   color: #53836C;
 }
</style>
background-color css

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

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

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

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

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

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