#52826C

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

Shades of Cutty Sark #52826C

Tints of Cutty Sark #52826C

Color information

#52826C (or 0x52826C) is unknown color: approx Cutty Sark. HEX triplet: 52, 82 and 6C. RGB value is (82,130,108). Sum of RGB (Red+Green+Blue) = 82+130+108=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 130 - color contains mainly: green. Hex color #52826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52826C is #AD7D93. Grayscale: #717171. Windows color (decimal): -11369876 or 7111250. OLE color: 7111250.

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

Color convert

RGB82130108-
CMYK0.3700.170.49
HSL152.5º22.64%41.57%-
HSV(B)152.5º36.92%50.98%-
XYZ14.1718.8417.08-
YUV113.14125.1105.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.62%
GREEN value IS 130 (51.17% from 255) = 40.62%
BLUE value IS 108 (42.58% from 255) = 33.75%
R=25.62%
G=40.62%
B=33.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821301080.3700.170.49152.522.6441.57
Hex52826C250113198172a
Octal12220215445021612302752
Binary10100101000001011011001001010100011100011001100010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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