Html Css Color HEX #567289 Wedgewood

📋 copy color: '#567289'

red 86 ◦ green 114 ◦ blue 137

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

Shades of Wedgewood #567289

Tints of Wedgewood #567289

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.83%

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

R = 25.52%
G = 33.83%
B = 40.65%

CMYK

 C value IS 0.37

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#567289 (or 0x567289) is known color: Wedgewood. HEX triplet: 56, 72 and 89. RGB value is (86,114,137). Sum of RGB (Red+Green+Blue) = 86+114+137=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 137 - color contains mainly: blue. Hex color #567289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567289 is #A98D76. Grayscale: #6C6C6C. Windows color (decimal): -11111799 or 9007702. OLE color: 9007702.

HSL color Cylindrical-coordinate representation of color #567289: hue angle of 207.06º 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 #567289 is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 86 114 137 -
CMYK 0.37 0.17 0 0.46
HSL 207.06º 0.23% 0.44% -
HSV(B) 207.06º 0.37% 0.54% -
XYZ 14.37 15.82 25.96 -
YUV 108.25 144.22 112.13 -
System Red Green Blue C M Y K H S L
Decimal 86 114 137 0.37 0.17 0 0.46 207.06 0.23 0.44
Hex 56 72 89 25 11 0 2E CF 17 2C
Octal 126 162 211 45 21 0 56 317 27 54
Binary 1010110 1110010 10001001 100101 10001 0 101110 11001111 10111 101100

Color Harmonies of #567289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567289

Black with #567289

Text Example


Text Example

White with #567289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567289; }

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

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

background-color css

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

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

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

border-color css

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

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

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