#527387

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

Shades of Wedgewood #527387

Tints of Wedgewood #527387

Color information

#527387 (or 0x527387) is unknown color: approx Wedgewood. HEX triplet: 52, 73 and 87. RGB value is (82,115,135). Sum of RGB (Red+Green+Blue) = 82+115+135=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 135 - color contains mainly: blue. Hex color #527387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527387 is #AD8C78. Grayscale: #6B6B6B. Windows color (decimal): -11373689 or 8876882. OLE color: 8876882.

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

Color convert

RGB82115135-
CMYK0.390.1500.47
HSL202.64º24.42%42.55%-
HSV(B)202.64º39.26%52.94%-
XYZ13.9815.825.24-
YUV107.41143.57109.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.70%
GREEN value IS 115 (45.31% from 255) = 34.64%
BLUE value IS 135 (53.12% from 255) = 40.66%
R=24.70%
G=34.64%
B=40.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821151350.390.1500.47202.6424.4242.55
Hex52738727F02Fcb182b
Octal12216320747170573133053
Binary1010010111001110000111100111111101011111100101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527387; }

 p { color: rgb(82,115,135); }

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

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

 a { background-color: rgb(82,115,135); }

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

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

 span { border-color: rgb(82,115,135); }

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