Html Css Color HEX #567488 Wedgewood

📋 copy color: '#567488'

red 86 ◦ green 116 ◦ blue 136

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

Shades of Wedgewood #567488

Tints of Wedgewood #567488

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.32%

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

R = 25.44%
G = 34.32%
B = 40.24%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#567488 (or 0x567488) is known color: Wedgewood. HEX triplet: 56, 74 and 88. RGB value is (86,116,136). Sum of RGB (Red+Green+Blue) = 86+116+136=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 136 - color contains mainly: blue. Hex color #567488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567488 is #A98B77. Grayscale: #6D6D6D. Windows color (decimal): -11111288 or 8942678. OLE color: 8942678.

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

Color convert

RGB 86 116 136 -
CMYK 0.37 0.15 0 0.47
HSL 204º 0.23% 0.44% -
HSV(B) 204º 0.37% 0.53% -
XYZ 14.53 16.25 25.66 -
YUV 109.31 143.06 111.37 -
System Red Green Blue C M Y K H S L
Decimal 86 116 136 0.37 0.15 0 0.47 204 0.23 0.44
Hex 56 74 88 25 F 0 2F CC 17 2C
Octal 126 164 210 45 17 0 57 314 27 54
Binary 1010110 1110100 10001000 100101 1111 0 101111 11001100 10111 101100

Color Harmonies of #567488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567488

Black with #567488

Text Example


Text Example

White with #567488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567488; }

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

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

background-color css

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

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

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

border-color css

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

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

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