#52826E

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

Shades of Cutty Sark #52826E

Tints of Cutty Sark #52826E

Color information

#52826E (or 0x52826E) is unknown color: approx Cutty Sark. HEX triplet: 52, 82 and 6E. RGB value is (82,130,110). Sum of RGB (Red+Green+Blue) = 82+130+110=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 130 - color contains mainly: green. Hex color #52826E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52826E is #AD7D91. Grayscale: #717171. Windows color (decimal): -11369874 or 7242322. OLE color: 7242322.

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

Color convert

RGB82130110-
CMYK0.3700.150.49
HSL155º22.64%41.57%-
HSV(B)155º36.92%50.98%-
XYZ14.2818.8817.64-
YUV113.37126.1105.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.47%
GREEN value IS 130 (51.17% from 255) = 40.37%
BLUE value IS 110 (43.36% from 255) = 34.16%
R=25.47%
G=40.37%
B=34.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821301100.3700.150.4915522.6441.57
Hex52826E250F319b172a
Octal12220215645017612332752
Binary1010010100000101101110100101011111100011001101110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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