Html Css Color HEX #567183 Wedgewood

📋 copy color: '#567183'

red 86 ◦ green 113 ◦ blue 131

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

Shades of Wedgewood #567183

Tints of Wedgewood #567183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.7%

R = 26.06%
G = 34.24%
B = 39.7%

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

#567183 (or 0x567183) is known color: Wedgewood. HEX triplet: 56, 71 and 83. RGB value is (86,113,131). Sum of RGB (Red+Green+Blue) = 86+113+131=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 131 - color contains mainly: blue. Hex color #567183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567183 is #A98E7C. Grayscale: #6A6A6A. Windows color (decimal): -11112061 or 8614230. OLE color: 8614230.

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

Color convert

RGB 86 113 131 -
CMYK 0.34 0.14 0 0.49
HSL 204º 0.21% 0.43% -
HSV(B) 204º 0.34% 0.51% -
XYZ 13.84 15.43 23.72 -
YUV 106.98 141.55 113.04 -
System Red Green Blue C M Y K H S L
Decimal 86 113 131 0.34 0.14 0 0.49 204 0.21 0.43
Hex 56 71 83 22 E 0 31 CC 15 2B
Octal 126 161 203 42 16 0 61 314 25 53
Binary 1010110 1110001 10000011 100010 1110 0 110001 11001100 10101 101011

Color Harmonies of #567183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567183

Black with #567183

Text Example


Text Example

White with #567183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567183; }

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

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

background-color css

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

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

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

border-color css

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

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

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