#53826E

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

Shades of Cutty Sark #53826E

Tints of Cutty Sark #53826E

Color information

#53826E (or 0x53826E) is unknown color: approx Cutty Sark. HEX triplet: 53, 82 and 6E. RGB value is (83,130,110). Sum of RGB (Red+Green+Blue) = 83+130+110=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 130 - color contains mainly: green. Hex color #53826E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53826E is #AC7D91. Grayscale: #717171. Windows color (decimal): -11304338 or 7242323. OLE color: 7242323.

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

Color convert

RGB83130110-
CMYK0.3600.150.49
HSL154.47º22.07%41.76%-
HSV(B)154.47º36.15%50.98%-
XYZ14.3618.9317.65-
YUV113.67125.93106.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.70%
GREEN value IS 130 (51.17% from 255) = 40.25%
BLUE value IS 110 (43.36% from 255) = 34.06%
R=25.70%
G=40.25%
B=34.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831301100.3600.150.49154.4722.0741.76
Hex53826E240F319a162a
Octal12320215644017612322652
Binary1010011100000101101110100100011111100011001101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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