Html Css Color HEX #567387 Wedgewood

📋 copy color: '#567387'

red 86 ◦ green 115 ◦ blue 135

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

Shades of Wedgewood #567387

Tints of Wedgewood #567387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 40.18%

R = 25.6%
G = 34.23%
B = 40.18%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#567387 (or 0x567387) is known color: Wedgewood. HEX triplet: 56, 73 and 87. RGB value is (86,115,135). Sum of RGB (Red+Green+Blue) = 86+115+135=336 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.60% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 135 - color contains mainly: blue. Hex color #567387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567387 is #A98C78. Grayscale: #6C6C6C. Windows color (decimal): -11111545 or 8876886. OLE color: 8876886.

HSL color Cylindrical-coordinate representation of color #567387: hue angle of 204.49º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #567387 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 115 135 -
CMYK 0.36 0.15 0 0.47
HSL 204.49º 0.22% 0.43% -
HSV(B) 204.49º 0.36% 0.53% -
XYZ 14.34 15.99 25.25 -
YUV 108.61 142.89 111.87 -
System Red Green Blue C M Y K H S L
Decimal 86 115 135 0.36 0.15 0 0.47 204.49 0.22 0.43
Hex 56 73 87 24 F 0 2F CC 16 2B
Octal 126 163 207 44 17 0 57 314 26 53
Binary 1010110 1110011 10000111 100100 1111 0 101111 11001100 10110 101011

Color Harmonies of #567387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567387

Black with #567387

Text Example


Text Example

White with #567387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567387; }

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

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

background-color css

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

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

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

border-color css

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

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

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