Html Css Color HEX #567182 Wedgewood

📋 copy color: '#567182'

red 86 ◦ green 113 ◦ blue 130

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

Shades of Wedgewood #567182

Tints of Wedgewood #567182

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.35%

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

R = 26.14%
G = 34.35%
B = 39.51%

CMYK

 C value IS 0.34

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#567182 (or 0x567182) is known color: Wedgewood. HEX triplet: 56, 71 and 82. RGB value is (86,113,130). Sum of RGB (Red+Green+Blue) = 86+113+130=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 130 - color contains mainly: blue. Hex color #567182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567182 is #A98E7D. Grayscale: #6A6A6A. Windows color (decimal): -11112062 or 8548694. OLE color: 8548694.

HSL color Cylindrical-coordinate representation of color #567182: hue angle of 203.18º 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 #567182 is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 113 130 -
CMYK 0.34 0.13 0 0.49
HSL 203.18º 0.2% 0.42% -
HSV(B) 203.18º 0.34% 0.51% -
XYZ 13.77 15.4 23.37 -
YUV 106.87 141.05 113.12 -
System Red Green Blue C M Y K H S L
Decimal 86 113 130 0.34 0.13 0 0.49 203.18 0.2 0.42
Hex 56 71 82 22 D 0 31 CB 14 2A
Octal 126 161 202 42 15 0 61 313 24 52
Binary 1010110 1110001 10000010 100010 1101 0 110001 11001011 10100 101010

Color Harmonies of #567182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567182

Black with #567182

Text Example


Text Example

White with #567182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567182; }

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

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

background-color css

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

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

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

border-color css

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

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

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