Html Css Color HEX #567088 Wedgewood

📋 copy color: '#567088'

red 86 ◦ green 112 ◦ blue 136

#567088
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wedgewood #567088

Tints of Wedgewood #567088

RGB

 RED value IS 86 (33.98% from 255) = 25.75%

 GREEN value IS 112 (44.14% from 255) = 33.53%

 BLUE value IS 136 (53.52% from 255) = 40.72%

R = 25.75%
G = 33.53%
B = 40.72%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#567088 (or 0x567088) is known color: Wedgewood. HEX triplet: 56, 70 and 88. RGB value is (86,112,136). Sum of RGB (Red+Green+Blue) = 86+112+136=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 136 - color contains mainly: blue. Hex color #567088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567088 is #A98F77. Grayscale: #6A6A6A. Windows color (decimal): -11112312 or 8941654. OLE color: 8941654.

HSL color Cylindrical-coordinate representation of color #567088: hue angle of 208.8º 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 #567088 is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 112 136 -
CMYK 0.37 0.18 0 0.47
HSL 208.8º 0.23% 0.44% -
HSV(B) 208.8º 0.37% 0.53% -
XYZ 14.08 15.34 25.51 -
YUV 106.96 144.39 113.05 -
System Red Green Blue C M Y K H S L
Decimal 86 112 136 0.37 0.18 0 0.47 208.8 0.23 0.44
Hex 56 70 88 25 12 0 2F D1 17 2C
Octal 126 160 210 45 22 0 57 321 27 54
Binary 1010110 1110000 10001000 100101 10010 0 101111 11010001 10111 101100

Color Harmonies of #567088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567088

Black with #567088

Text Example


Text Example

White with #567088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567088; }

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

 H1.HeaderClassName
 {
   color: #567088;
 }
 .AnyTagClassName
 {
   color: #567088;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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