#527967

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

Shades of Cutty Sark #527967

Tints of Cutty Sark #527967

Color information

#527967 (or 0x527967) is unknown color: approx Cutty Sark. HEX triplet: 52, 79 and 67. RGB value is (82,121,103). Sum of RGB (Red+Green+Blue) = 82+121+103=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 121 - color contains mainly: green. Hex color #527967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527967 is #AD8698. Grayscale: #6B6B6B. Windows color (decimal): -11372185 or 6781266. OLE color: 6781266.

HSL color Cylindrical-coordinate representation of color #527967: hue angle of 152.31º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #527967 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB82121103-
CMYK0.3200.150.53
HSL152.31º19.21%39.8%-
HSV(B)152.31º32.23%47.45%-
XYZ12.7716.4515.33-
YUV107.29125.58109.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.80%
GREEN value IS 121 (47.66% from 255) = 39.54%
BLUE value IS 103 (40.62% from 255) = 33.66%
R=26.80%
G=39.54%
B=33.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal821211030.3200.150.53152.3119.2139.8
Hex527967200F35981328
Octal12217114740017652302350
Binary101001011110011100111100000011111101011001100010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527967; }

 p { color: rgb(82,121,103); }

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

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

 a { background-color: rgb(82,121,103); }

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

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

 span { border-color: rgb(82,121,103); }

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