#567283

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

Shades of Wedgewood #567283

Tints of Wedgewood #567283

Color information

#567283 (or 0x567283) is unknown color: approx Wedgewood. HEX triplet: 56, 72 and 83. RGB value is (86,114,131). Sum of RGB (Red+Green+Blue) = 86+114+131=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 131 - color contains mainly: blue. Hex color #567283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567283 is #A98D7C. Grayscale: #6B6B6B. Windows color (decimal): -11111805 or 8614486. OLE color: 8614486.

HSL color Cylindrical-coordinate representation of color #567283: hue angle of 202.67º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #567283 is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB86114131-
CMYK0.340.1300.49
HSL202.67º20.74%42.55%-
HSV(B)202.67º34.35%51.37%-
XYZ13.9515.6523.76-
YUV107.57141.22112.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.98%
GREEN value IS 114 (44.92% from 255) = 34.44%
BLUE value IS 131 (51.56% from 255) = 39.58%
R=25.98%
G=34.44%
B=39.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal861141310.340.1300.49202.6720.7442.55
Hex56728322D031cb152b
Octal12616220342150613132553
Binary1010110111001010000011100010110101100011100101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567283; }

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

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

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

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

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

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

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

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