#528478

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

Shades of Cutty Sark #528478

Tints of Cutty Sark #528478

Color information

#528478 (or 0x528478) is unknown color: approx Cutty Sark. HEX triplet: 52, 84 and 78. RGB value is (82,132,120). Sum of RGB (Red+Green+Blue) = 82+132+120=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 132 - color contains mainly: green. Hex color #528478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528478 is #AD7B87. Grayscale: #737373. Windows color (decimal): -11369352 or 7898194. OLE color: 7898194.

HSL color Cylindrical-coordinate representation of color #528478: hue angle of 165.6º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #528478 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB82132120-
CMYK0.3800.090.48
HSL165.6º23.36%41.96%-
HSV(B)165.6º37.88%51.76%-
XYZ15.1219.6520.77-
YUV115.68130.44103.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.55%
GREEN value IS 132 (51.95% from 255) = 39.52%
BLUE value IS 120 (47.27% from 255) = 35.93%
R=24.55%
G=39.52%
B=35.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal821321200.3800.090.48165.623.3641.96
Hex528478260930a6172a
Octal12220417046011602462752
Binary1010010100001001111000100110010011100001010011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528478; }

 p { color: rgb(82,132,120); }

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

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

 a { background-color: rgb(82,132,120); }

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

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

 span { border-color: rgb(82,132,120); }

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