Html Css Color HEX #567080 Wedgewood

📋 copy color: '#567080'

red 86 ◦ green 112 ◦ blue 128

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

Shades of Wedgewood #567080

Tints of Wedgewood #567080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 39.26%

R = 26.38%
G = 34.36%
B = 39.26%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#567080 (or 0x567080) is known color: Wedgewood. HEX triplet: 56, 70 and 80. RGB value is (86,112,128). Sum of RGB (Red+Green+Blue) = 86+112+128=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 128 (50.39% from 255 or 39.26% from 326); Max value from RGB is 128 - color contains mainly: blue. Hex color #567080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567080 is #A98F7F. Grayscale: #696969. Windows color (decimal): -11112320 or 8417366. OLE color: 8417366.

HSL color Cylindrical-coordinate representation of color #567080: hue angle of 202.86º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #567080 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 112 128 -
CMYK 0.33 0.12 0 0.50
HSL 202.86º 0.2% 0.42% -
HSV(B) 202.86º 0.33% 0.5% -
XYZ 13.53 15.13 22.63 -
YUV 106.05 140.39 113.7 -
System Red Green Blue C M Y K H S L
Decimal 86 112 128 0.33 0.12 0 0.50 202.86 0.2 0.42
Hex 56 70 80 21 C 0 32 CB 14 2A
Octal 126 160 200 41 14 0 62 313 24 52
Binary 1010110 1110000 10000000 100001 1100 0 110010 11001011 10100 101010

Color Harmonies of #567080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567080

Black with #567080

Text Example


Text Example

White with #567080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567080; }

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

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

background-color css

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

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

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

border-color css

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

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

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