#562172

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

Shades of Blue Diamond #562172

Tints of Blue Diamond #562172

Color information

#562172 (or 0x562172) is unknown color: approx Blue Diamond. HEX triplet: 56, 21 and 72. RGB value is (86,33,114). Sum of RGB (Red+Green+Blue) = 86+33+114=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #562172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562172 is #A9DE8D. Grayscale: #393939. Windows color (decimal): -11132558 or 7479638. OLE color: 7479638.

HSL color Cylindrical-coordinate representation of color #562172: hue angle of 279.26º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #562172 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8633114-
CMYK0.250.7100.55
HSL279.26º55.1%28.82%-
HSV(B)279.26º71.05%44.71%-
XYZ7.424.2816.35-
YUV58.08159.56147.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.91%
GREEN value IS 33 (13.28% from 255) = 14.16%
BLUE value IS 114 (44.92% from 255) = 48.93%
R=36.91%
G=14.16%
B=48.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86331140.250.7100.55279.2655.128.82
Hex5621721947037117371d
Octal12641162311070674276735
Binary10101101000011110010110011000111011011110001011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562172; }

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

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

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

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

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

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

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

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