Html Css Color HEX #567288 Wedgewood

📋 copy color: '#567288'

red 86 ◦ green 114 ◦ blue 136

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

Shades of Wedgewood #567288

Tints of Wedgewood #567288

RGB

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

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

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

R = 25.6%
G = 33.93%
B = 40.48%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#567288 (or 0x567288) is known color: Wedgewood. HEX triplet: 56, 72 and 88. RGB value is (86,114,136). Sum of RGB (Red+Green+Blue) = 86+114+136=336 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.60% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 136 - color contains mainly: blue. Hex color #567288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567288 is #A98D77. Grayscale: #6C6C6C. Windows color (decimal): -11111800 or 8942166. OLE color: 8942166.

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

Color convert

RGB 86 114 136 -
CMYK 0.37 0.16 0 0.47
HSL 206.4º 0.23% 0.44% -
HSV(B) 206.4º 0.37% 0.53% -
XYZ 14.3 15.79 25.59 -
YUV 108.14 143.72 112.21 -
System Red Green Blue C M Y K H S L
Decimal 86 114 136 0.37 0.16 0 0.47 206.4 0.23 0.44
Hex 56 72 88 25 10 0 2F CE 17 2C
Octal 126 162 210 45 20 0 57 316 27 54
Binary 1010110 1110010 10001000 100101 10000 0 101111 11001110 10111 101100

Color Harmonies of #567288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567288

Black with #567288

Text Example


Text Example

White with #567288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567288; }

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

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

background-color css

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

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

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

border-color css

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

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

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