Html Css Color HEX #567184 Wedgewood

📋 copy color: '#567184'

red 86 ◦ green 113 ◦ blue 132

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

Shades of Wedgewood #567184

Tints of Wedgewood #567184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.88%

R = 25.98%
G = 34.14%
B = 39.88%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#567184 (or 0x567184) is known color: Wedgewood. HEX triplet: 56, 71 and 84. RGB value is (86,113,132). Sum of RGB (Red+Green+Blue) = 86+113+132=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 132 - color contains mainly: blue. Hex color #567184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567184 is #A98E7B. Grayscale: #6A6A6A. Windows color (decimal): -11112060 or 8679766. OLE color: 8679766.

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

Color convert

RGB 86 113 132 -
CMYK 0.35 0.14 0 0.48
HSL 204.78º 0.21% 0.43% -
HSV(B) 204.78º 0.35% 0.52% -
XYZ 13.91 15.45 24.08 -
YUV 107.09 142.05 112.96 -
System Red Green Blue C M Y K H S L
Decimal 86 113 132 0.35 0.14 0 0.48 204.78 0.21 0.43
Hex 56 71 84 23 E 0 30 CD 15 2B
Octal 126 161 204 43 16 0 60 315 25 53
Binary 1010110 1110001 10000100 100011 1110 0 110000 11001101 10101 101011

Color Harmonies of #567184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567184

Black with #567184

Text Example


Text Example

White with #567184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567184; }

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

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

background-color css

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

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

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

border-color css

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

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

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