Html Css Color HEX #567388 Wedgewood

📋 copy color: '#567388'

red 86 ◦ green 115 ◦ blue 136

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

Shades of Wedgewood #567388

Tints of Wedgewood #567388

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.12%

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

R = 25.52%
G = 34.12%
B = 40.36%

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

#567388 (or 0x567388) is known color: Wedgewood. HEX triplet: 56, 73 and 88. RGB value is (86,115,136). Sum of RGB (Red+Green+Blue) = 86+115+136=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 136 - color contains mainly: blue. Hex color #567388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567388 is #A98C77. Grayscale: #6C6C6C. Windows color (decimal): -11111544 or 8942422. OLE color: 8942422.

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

Color convert

RGB 86 115 136 -
CMYK 0.37 0.15 0 0.47
HSL 205.2º 0.23% 0.44% -
HSV(B) 205.2º 0.37% 0.53% -
XYZ 14.41 16.02 25.62 -
YUV 108.72 143.39 111.79 -
System Red Green Blue C M Y K H S L
Decimal 86 115 136 0.37 0.15 0 0.47 205.2 0.23 0.44
Hex 56 73 88 25 F 0 2F CD 17 2C
Octal 126 163 210 45 17 0 57 315 27 54
Binary 1010110 1110011 10001000 100101 1111 0 101111 11001101 10111 101100

Color Harmonies of #567388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567388

Black with #567388

Text Example


Text Example

White with #567388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567388; }

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

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

background-color css

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

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

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

border-color css

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

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

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