#562671

Color #562671 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #562671

Tints of Blue Diamond #562671

Color information

#562671 (or 0x562671) is unknown color: approx Blue Diamond. HEX triplet: 56, 26 and 71. RGB value is (86,38,113). Sum of RGB (Red+Green+Blue) = 86+38+113=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 113 - color contains mainly: blue. Hex color #562671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562671 is #A9D98E. Grayscale: #3C3C3C. Windows color (decimal): -11131279 or 7415382. OLE color: 7415382.

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

Color convert

RGB8638113-
CMYK0.240.6600.56
HSL278.4º49.67%29.61%-
HSV(B)278.4º66.37%44.31%-
XYZ7.514.5616.11-
YUV60.9157.4145.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.29%
GREEN value IS 38 (15.23% from 255) = 16.03%
BLUE value IS 113 (44.53% from 255) = 47.68%
R=36.29%
G=16.03%
B=47.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86381130.240.6600.56278.449.6729.61
Hex5626711842038116321e
Octal12646161301020704266236
Binary10101101001101110001110001000010011100010001011011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562671; }

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

 H1.HeaderClassName
 {
   color: #562671;
 }
 .AnyTagClassName
 {
   color: #562671;
 }
</style>
background-color css

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

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

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

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

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

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