Html Css Color HEX #567385 Wedgewood

📋 copy color: '#567385'

red 86 ◦ green 115 ◦ blue 133

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

Shades of Wedgewood #567385

Tints of Wedgewood #567385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39.82%

R = 25.75%
G = 34.43%
B = 39.82%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#567385 (or 0x567385) is known color: Wedgewood. HEX triplet: 56, 73 and 85. RGB value is (86,115,133). Sum of RGB (Red+Green+Blue) = 86+115+133=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 133 - color contains mainly: blue. Hex color #567385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567385 is #A98C7A. Grayscale: #6C6C6C. Windows color (decimal): -11111547 or 8745814. OLE color: 8745814.

HSL color Cylindrical-coordinate representation of color #567385: hue angle of 202.98º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #567385 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 86 115 133 -
CMYK 0.35 0.14 0 0.48
HSL 202.98º 0.21% 0.43% -
HSV(B) 202.98º 0.35% 0.52% -
XYZ 14.2 15.93 24.52 -
YUV 108.38 141.89 112.04 -
System Red Green Blue C M Y K H S L
Decimal 86 115 133 0.35 0.14 0 0.48 202.98 0.21 0.43
Hex 56 73 85 23 E 0 30 CB 15 2B
Octal 126 163 205 43 16 0 60 313 25 53
Binary 1010110 1110011 10000101 100011 1110 0 110000 11001011 10101 101011

Color Harmonies of #567385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567385

Black with #567385

Text Example


Text Example

White with #567385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567385; }

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

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

background-color css

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

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

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

border-color css

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

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

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