#52826A

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

Shades of Cutty Sark #52826A

Tints of Cutty Sark #52826A

Color information

#52826A (or 0x52826A) is unknown color: approx Cutty Sark. HEX triplet: 52, 82 and 6A. RGB value is (82,130,106). Sum of RGB (Red+Green+Blue) = 82+130+106=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 130 - color contains mainly: green. Hex color #52826A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52826A is #AD7D95. Grayscale: #707070. Windows color (decimal): -11369878 or 6980178. OLE color: 6980178.

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

Color convert

RGB82130106-
CMYK0.3700.180.49
HSL150º22.64%41.57%-
HSV(B)150º36.92%50.98%-
XYZ14.0618.816.52-
YUV112.91124.1105.95-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.79%
GREEN value IS 130 (51.17% from 255) = 40.88%
BLUE value IS 106 (41.80% from 255) = 33.33%
R=25.79%
G=40.88%
B=33.33%

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
Decimal821301060.3700.180.4915022.6441.57
Hex52826A250123196172a
Octal12220215245022612262752
Binary10100101000001011010101001010100101100011001011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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