Html Css Color HEX #562071 Blue Diamond

📋 copy color: '#562071'

red 86 ◦ green 32 ◦ blue 113

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

Shades of Blue Diamond #562071

Tints of Blue Diamond #562071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.85%

 BLUE value IS 113 (44.53% from 255) = 48.92%

R = 37.23%
G = 13.85%
B = 48.92%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#562071 (or 0x562071) is known color: Blue Diamond. HEX triplet: 56, 20 and 71. RGB value is (86,32,113). Sum of RGB (Red+Green+Blue) = 86+32+113=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #562071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562071 is #A9DF8E. Grayscale: #393939. Windows color (decimal): -11132815 or 7413846. OLE color: 7413846.

HSL color Cylindrical-coordinate representation of color #562071: hue angle of 280º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #562071 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 32 113 -
CMYK 0.24 0.72 0 0.56
HSL 280º 0.56% 0.28% -
HSV(B) 280º 0.72% 0.44% -
XYZ 7.33 4.2 16.05 -
YUV 57.38 159.39 148.41 -
System Red Green Blue C M Y K H S L
Decimal 86 32 113 0.24 0.72 0 0.56 280 0.56 0.28
Hex 56 20 71 18 48 0 38 118 38 1C
Octal 126 40 161 30 110 0 70 430 70 34
Binary 1010110 100000 1110001 11000 1001000 0 111000 100011000 111000 11100

Color Harmonies of #562071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562071

Black with #562071

Text Example


Text Example

White with #562071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562071; }

 p { color: rgb(86,32,113); }

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

background-color css

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

 a { background-color: rgb(86,32,113); }

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

border-color css

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

 span { border-color: rgb(86,32,113); }

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