#567285

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

Shades of Wedgewood #567285

Tints of Wedgewood #567285

Color information

#567285 (or 0x567285) is unknown color: approx Wedgewood. HEX triplet: 56, 72 and 85. RGB value is (86,114,133). Sum of RGB (Red+Green+Blue) = 86+114+133=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 133 - color contains mainly: blue. Hex color #567285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567285 is #A98D7A. Grayscale: #6B6B6B. Windows color (decimal): -11111803 or 8745558. OLE color: 8745558.

HSL color Cylindrical-coordinate representation of color #567285: hue angle of 204.26º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #567285 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB86114133-
CMYK0.350.1400.48
HSL204.26º21.46%42.94%-
HSV(B)204.26º35.34%52.16%-
XYZ14.0915.7124.48-
YUV107.79142.22112.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.83%
GREEN value IS 114 (44.92% from 255) = 34.23%
BLUE value IS 133 (52.34% from 255) = 39.94%
R=25.83%
G=34.23%
B=39.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal861141330.350.1400.48204.2621.4642.94
Hex56728523E030cc152b
Octal12616220543160603142553
Binary1010110111001010000101100011111001100001100110010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567285; }

 p { color: rgb(86,114,133); }

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

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

 a { background-color: rgb(86,114,133); }

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

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

 span { border-color: rgb(86,114,133); }

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