#527867

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

Shades of Cutty Sark #527867

Tints of Cutty Sark #527867

Color information

#527867 (or 0x527867) is unknown color: approx Cutty Sark. HEX triplet: 52, 78 and 67. RGB value is (82,120,103). Sum of RGB (Red+Green+Blue) = 82+120+103=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 120 - color contains mainly: green. Hex color #527867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527867 is #AD8798. Grayscale: #6A6A6A. Windows color (decimal): -11372441 or 6781010. OLE color: 6781010.

HSL color Cylindrical-coordinate representation of color #527867: hue angle of 153.16º 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 #527867 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB82120103-
CMYK0.3200.140.53
HSL153.16º18.81%39.61%-
HSV(B)153.16º31.67%47.06%-
XYZ12.6416.2115.29-
YUV106.7125.91110.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.89%
GREEN value IS 120 (47.27% from 255) = 39.34%
BLUE value IS 103 (40.62% from 255) = 33.77%
R=26.89%
G=39.34%
B=33.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal821201030.3200.140.53153.1618.8139.61
Hex527867200E35991328
Octal12217014740016652312350
Binary101001011110001100111100000011101101011001100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527867; }

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

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

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

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

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

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

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

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