Html Css Color HEX #562471 Blue Diamond

📋 copy color: '#562471'

red 86 ◦ green 36 ◦ blue 113

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

Shades of Blue Diamond #562471

Tints of Blue Diamond #562471

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.32%

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

R = 36.6%
G = 15.32%
B = 48.09%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#562471 (or 0x562471) is known color: Blue Diamond. HEX triplet: 56, 24 and 71. RGB value is (86,36,113). Sum of RGB (Red+Green+Blue) = 86+36+113=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 113 - color contains mainly: blue. Hex color #562471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562471 is #A9DB8E. Grayscale: #3B3B3B. Windows color (decimal): -11131791 or 7414870. OLE color: 7414870.

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

Color convert

RGB 86 36 113 -
CMYK 0.24 0.68 0 0.56
HSL 278.96º 0.52% 0.29% -
HSV(B) 278.96º 0.68% 0.44% -
XYZ 7.45 4.43 16.09 -
YUV 59.73 158.07 146.74 -
System Red Green Blue C M Y K H S L
Decimal 86 36 113 0.24 0.68 0 0.56 278.96 0.52 0.29
Hex 56 24 71 18 44 0 38 117 34 1D
Octal 126 44 161 30 104 0 70 427 64 35
Binary 1010110 100100 1110001 11000 1000100 0 111000 100010111 110100 11101

Color Harmonies of #562471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562471

Black with #562471

Text Example


Text Example

White with #562471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562471; }

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

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

background-color css

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

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

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

border-color css

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

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

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