Html Css Color HEX #562576 Blue Diamond

📋 copy color: '#562576'

red 86 ◦ green 37 ◦ blue 118

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

Shades of Blue Diamond #562576

Tints of Blue Diamond #562576

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.35%

 BLUE value IS 118 (46.48% from 255) = 48.96%

R = 35.68%
G = 15.35%
B = 48.96%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#562576 (or 0x562576) is known color: Blue Diamond. HEX triplet: 56, 25 and 76. RGB value is (86,37,118). Sum of RGB (Red+Green+Blue) = 86+37+118=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #562576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562576 is #A9DA89. Grayscale: #3C3C3C. Windows color (decimal): -11131530 or 7742806. OLE color: 7742806.

HSL color Cylindrical-coordinate representation of color #562576: hue angle of 276.3º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #562576 is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 37 118 -
CMYK 0.27 0.69 0 0.54
HSL 276.3º 0.52% 0.3% -
HSV(B) 276.3º 0.69% 0.46% -
XYZ 7.77 4.61 17.62 -
YUV 60.89 160.23 145.91 -
System Red Green Blue C M Y K H S L
Decimal 86 37 118 0.27 0.69 0 0.54 276.3 0.52 0.3
Hex 56 25 76 1B 45 0 36 114 34 1E
Octal 126 45 166 33 105 0 66 424 64 36
Binary 1010110 100101 1110110 11011 1000101 0 110110 100010100 110100 11110

Color Harmonies of #562576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562576

Black with #562576

Text Example


Text Example

White with #562576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562576; }

 p { color: rgb(86,37,118); }

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

background-color css

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

 a { background-color: rgb(86,37,118); }

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

border-color css

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

 span { border-color: rgb(86,37,118); }

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