#53826C

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

Shades of Cutty Sark #53826C

Tints of Cutty Sark #53826C

Color information

#53826C (or 0x53826C) is unknown color: approx Cutty Sark. HEX triplet: 53, 82 and 6C. RGB value is (83,130,108). Sum of RGB (Red+Green+Blue) = 83+130+108=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 130 - color contains mainly: green. Hex color #53826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53826C is #AC7D93. Grayscale: #717171. Windows color (decimal): -11304340 or 7111251. OLE color: 7111251.

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

Color convert

RGB83130108-
CMYK0.3600.170.49
HSL151.91º22.07%41.76%-
HSV(B)151.91º36.15%50.98%-
XYZ14.2618.8917.08-
YUV113.44124.93106.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.86%
GREEN value IS 130 (51.17% from 255) = 40.50%
BLUE value IS 108 (42.58% from 255) = 33.64%
R=25.86%
G=40.50%
B=33.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831301080.3600.170.49151.9122.0741.76
Hex53826C240113198162a
Octal12320215444021612302652
Binary10100111000001011011001001000100011100011001100010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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