#562176

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

Shades of Blue Diamond #562176

Tints of Blue Diamond #562176

Color information

#562176 (or 0x562176) is unknown color: approx Blue Diamond. HEX triplet: 56, 21 and 76. RGB value is (86,33,118). Sum of RGB (Red+Green+Blue) = 86+33+118=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #562176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562176 is #A9DE89. Grayscale: #3A3A3A. Windows color (decimal): -11132554 or 7741782. OLE color: 7741782.

HSL color Cylindrical-coordinate representation of color #562176: hue angle of 277.41º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #562176 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8633118-
CMYK0.270.7200.54
HSL277.41º56.29%29.61%-
HSV(B)277.41º72.03%46.27%-
XYZ7.654.3717.58-
YUV58.54161.56147.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.29%
GREEN value IS 33 (13.28% from 255) = 13.92%
BLUE value IS 118 (46.48% from 255) = 49.79%
R=36.29%
G=13.92%
B=49.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86331180.270.7200.54277.4156.2929.61
Hex5621761B48036115381e
Octal12641166331100664257036
Binary10101101000011110110110111001000011011010001010111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562176; }

 p { color: rgb(86,33,118); }

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

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

 a { background-color: rgb(86,33,118); }

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

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

 span { border-color: rgb(86,33,118); }

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