Html Css Color HEX #567588 Wedgewood

📋 copy color: '#567588'

red 86 ◦ green 117 ◦ blue 136

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

Shades of Wedgewood #567588

Tints of Wedgewood #567588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.12%

R = 25.37%
G = 34.51%
B = 40.12%

CMYK

 C value IS 0.37

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#567588 (or 0x567588) is known color: Wedgewood. HEX triplet: 56, 75 and 88. RGB value is (86,117,136). Sum of RGB (Red+Green+Blue) = 86+117+136=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 136 - color contains mainly: blue. Hex color #567588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567588 is #A98A77. Grayscale: #6D6D6D. Windows color (decimal): -11111032 or 8942934. OLE color: 8942934.

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

Color convert

RGB 86 117 136 -
CMYK 0.37 0.14 0 0.47
HSL 202.8º 0.23% 0.44% -
HSV(B) 202.8º 0.37% 0.53% -
XYZ 14.64 16.48 25.7 -
YUV 109.9 142.73 110.96 -
System Red Green Blue C M Y K H S L
Decimal 86 117 136 0.37 0.14 0 0.47 202.8 0.23 0.44
Hex 56 75 88 25 E 0 2F CB 17 2C
Octal 126 165 210 45 16 0 57 313 27 54
Binary 1010110 1110101 10001000 100101 1110 0 101111 11001011 10111 101100

Color Harmonies of #567588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567588

Black with #567588

Text Example


Text Example

White with #567588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567588; }

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

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

background-color css

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

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

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

border-color css

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

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

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