Html Css Color HEX #562771 Blue Diamond

📋 copy color: '#562771'

red 86 ◦ green 39 ◦ blue 113

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

Shades of Blue Diamond #562771

Tints of Blue Diamond #562771

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.39%

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

R = 36.13%
G = 16.39%
B = 47.48%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#562771 (or 0x562771) is known color: Blue Diamond. HEX triplet: 56, 27 and 71. RGB value is (86,39,113). Sum of RGB (Red+Green+Blue) = 86+39+113=238 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.13% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 113 (44.53% from 255 or 47.48% from 238); Max value from RGB is 113 - color contains mainly: blue. Hex color #562771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562771 is #A9D88E. Grayscale: #3D3D3D. Windows color (decimal): -11131023 or 7415638. OLE color: 7415638.

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

Color convert

RGB 86 39 113 -
CMYK 0.24 0.65 0 0.56
HSL 278.11º 0.49% 0.3% -
HSV(B) 278.11º 0.65% 0.44% -
XYZ 7.54 4.62 16.12 -
YUV 61.49 157.07 145.48 -
System Red Green Blue C M Y K H S L
Decimal 86 39 113 0.24 0.65 0 0.56 278.11 0.49 0.3
Hex 56 27 71 18 41 0 38 116 31 1E
Octal 126 47 161 30 101 0 70 426 61 36
Binary 1010110 100111 1110001 11000 1000001 0 111000 100010110 110001 11110

Color Harmonies of #562771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562771

Black with #562771

Text Example


Text Example

White with #562771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562771; }

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

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

background-color css

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

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

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

border-color css

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

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

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