Html Css Color HEX #567589 Wedgewood

📋 copy color: '#567589'

red 86 ◦ green 117 ◦ blue 137

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

Shades of Wedgewood #567589

Tints of Wedgewood #567589

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.41%

 BLUE value IS 137 (53.91% from 255) = 40.29%

R = 25.29%
G = 34.41%
B = 40.29%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#567589 (or 0x567589) is known color: Wedgewood. HEX triplet: 56, 75 and 89. RGB value is (86,117,137). Sum of RGB (Red+Green+Blue) = 86+117+137=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 137 - color contains mainly: blue. Hex color #567589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567589 is #A98A76. Grayscale: #6D6D6D. Windows color (decimal): -11111031 or 9008470. OLE color: 9008470.

HSL color Cylindrical-coordinate representation of color #567589: hue angle of 203.53º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #567589 is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 86 117 137 -
CMYK 0.37 0.15 0 0.46
HSL 203.53º 0.23% 0.44% -
HSV(B) 203.53º 0.37% 0.54% -
XYZ 14.71 16.51 26.08 -
YUV 110.01 143.23 110.87 -
System Red Green Blue C M Y K H S L
Decimal 86 117 137 0.37 0.15 0 0.46 203.53 0.23 0.44
Hex 56 75 89 25 F 0 2E CC 17 2C
Octal 126 165 211 45 17 0 56 314 27 54
Binary 1010110 1110101 10001001 100101 1111 0 101110 11001100 10111 101100

Color Harmonies of #567589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567589

Black with #567589

Text Example


Text Example

White with #567589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567589; }

 p { color: rgb(86,117,137); }

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

background-color css

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

 a { background-color: rgb(86,117,137); }

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

border-color css

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

 span { border-color: rgb(86,117,137); }

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