Html Css Color HEX #567689 Wedgewood

📋 copy color: '#567689'

red 86 ◦ green 118 ◦ blue 137

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

Shades of Wedgewood #567689

Tints of Wedgewood #567689

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.6%

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

R = 25.22%
G = 34.6%
B = 40.18%

CMYK

 C value IS 0.37

 M value IS 0.14

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#567689 (or 0x567689) is known color: Wedgewood. HEX triplet: 56, 76 and 89. RGB value is (86,118,137). Sum of RGB (Red+Green+Blue) = 86+118+137=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 137 - color contains mainly: blue. Hex color #567689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567689 is #A98976. Grayscale: #6E6E6E. Windows color (decimal): -11110775 or 9008726. OLE color: 9008726.

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

Color convert

RGB 86 118 137 -
CMYK 0.37 0.14 0 0.46
HSL 202.35º 0.23% 0.44% -
HSV(B) 202.35º 0.37% 0.54% -
XYZ 14.83 16.74 26.12 -
YUV 110.6 142.9 110.46 -
System Red Green Blue C M Y K H S L
Decimal 86 118 137 0.37 0.14 0 0.46 202.35 0.23 0.44
Hex 56 76 89 25 E 0 2E CA 17 2C
Octal 126 166 211 45 16 0 56 312 27 54
Binary 1010110 1110110 10001001 100101 1110 0 101110 11001010 10111 101100

Color Harmonies of #567689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567689

Black with #567689

Text Example


Text Example

White with #567689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567689; }

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

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

background-color css

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

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

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

border-color css

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

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

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