Html Css Color HEX #567386 Wedgewood

📋 copy color: '#567386'

red 86 ◦ green 115 ◦ blue 134

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

Shades of Wedgewood #567386

Tints of Wedgewood #567386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40%

R = 25.67%
G = 34.33%
B = 40%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#567386 (or 0x567386) is known color: Wedgewood. HEX triplet: 56, 73 and 86. RGB value is (86,115,134). Sum of RGB (Red+Green+Blue) = 86+115+134=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 134 - color contains mainly: blue. Hex color #567386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567386 is #A98C79. Grayscale: #6C6C6C. Windows color (decimal): -11111546 or 8811350. OLE color: 8811350.

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

Color convert

RGB 86 115 134 -
CMYK 0.36 0.14 0 0.47
HSL 203.75º 0.22% 0.43% -
HSV(B) 203.75º 0.36% 0.53% -
XYZ 14.27 15.96 24.88 -
YUV 108.5 142.39 111.96 -
System Red Green Blue C M Y K H S L
Decimal 86 115 134 0.36 0.14 0 0.47 203.75 0.22 0.43
Hex 56 73 86 24 E 0 2F CC 16 2B
Octal 126 163 206 44 16 0 57 314 26 53
Binary 1010110 1110011 10000110 100100 1110 0 101111 11001100 10110 101011

Color Harmonies of #567386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567386

Black with #567386

Text Example


Text Example

White with #567386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567386; }

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

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

background-color css

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

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

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

border-color css

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

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

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