Html Css Color HEX #567082 Wedgewood

📋 copy color: '#567082'

red 86 ◦ green 112 ◦ blue 130

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

Shades of Wedgewood #567082

Tints of Wedgewood #567082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.63%

R = 26.22%
G = 34.15%
B = 39.63%

CMYK

 C value IS 0.34

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#567082 (or 0x567082) is known color: Wedgewood. HEX triplet: 56, 70 and 82. RGB value is (86,112,130). Sum of RGB (Red+Green+Blue) = 86+112+130=328 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.22% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 130 - color contains mainly: blue. Hex color #567082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567082 is #A98F7D. Grayscale: #6A6A6A. Windows color (decimal): -11112318 or 8548438. OLE color: 8548438.

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

Color convert

RGB 86 112 130 -
CMYK 0.34 0.14 0 0.49
HSL 204.55º 0.2% 0.42% -
HSV(B) 204.55º 0.34% 0.51% -
XYZ 13.66 15.18 23.33 -
YUV 106.28 141.39 113.54 -
System Red Green Blue C M Y K H S L
Decimal 86 112 130 0.34 0.14 0 0.49 204.55 0.2 0.42
Hex 56 70 82 22 E 0 31 CD 14 2A
Octal 126 160 202 42 16 0 61 315 24 52
Binary 1010110 1110000 10000010 100010 1110 0 110001 11001101 10100 101010

Color Harmonies of #567082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567082

Black with #567082

Text Example


Text Example

White with #567082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567082; }

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

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

background-color css

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

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

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

border-color css

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

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

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