Html Css Color HEX #562571 Blue Diamond

📋 copy color: '#562571'

red 86 ◦ green 37 ◦ blue 113

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

Shades of Blue Diamond #562571

Tints of Blue Diamond #562571

RGB

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

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

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

R = 36.44%
G = 15.68%
B = 47.88%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#562571 (or 0x562571) is known color: Blue Diamond. HEX triplet: 56, 25 and 71. RGB value is (86,37,113). Sum of RGB (Red+Green+Blue) = 86+37+113=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 113 - color contains mainly: blue. Hex color #562571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562571 is #A9DA8E. Grayscale: #3C3C3C. Windows color (decimal): -11131535 or 7415126. OLE color: 7415126.

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

Color convert

RGB 86 37 113 -
CMYK 0.24 0.67 0 0.56
HSL 278.68º 0.51% 0.29% -
HSV(B) 278.68º 0.67% 0.44% -
XYZ 7.48 4.49 16.1 -
YUV 60.32 157.73 146.32 -
System Red Green Blue C M Y K H S L
Decimal 86 37 113 0.24 0.67 0 0.56 278.68 0.51 0.29
Hex 56 25 71 18 43 0 38 117 33 1D
Octal 126 45 161 30 103 0 70 427 63 35
Binary 1010110 100101 1110001 11000 1000011 0 111000 100010111 110011 11101

Color Harmonies of #562571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562571

Black with #562571

Text Example


Text Example

White with #562571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562571; }

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

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

background-color css

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

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

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

border-color css

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

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

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