#567488

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

Shades of Wedgewood #567488

Tints of Wedgewood #567488

Color information

#567488 (or 0x567488) is unknown color: approx Wedgewood. HEX triplet: 56, 74 and 88. RGB value is (86,116,136). Sum of RGB (Red+Green+Blue) = 86+116+136=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 136 - color contains mainly: blue. Hex color #567488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567488 is #A98B77. Grayscale: #6D6D6D. Windows color (decimal): -11111288 or 8942678. OLE color: 8942678.

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

Color convert

RGB86116136-
CMYK0.370.1500.47
HSL204º22.52%43.53%-
HSV(B)204º36.76%53.33%-
XYZ14.5316.2525.66-
YUV109.31143.06111.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.44%
GREEN value IS 116 (45.70% from 255) = 34.32%
BLUE value IS 136 (53.52% from 255) = 40.24%
R=25.44%
G=34.32%
B=40.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861161360.370.1500.4720422.5243.53
Hex56748825F02Fcc172c
Octal12616421045170573142754
Binary1010110111010010001000100101111101011111100110010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567488; }

 p { color: rgb(86,116,136); }

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

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

 a { background-color: rgb(86,116,136); }

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

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

 span { border-color: rgb(86,116,136); }

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