#562D75

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

Shades of Blue Diamond #562D75

Tints of Blue Diamond #562D75

Color information

#562D75 (or 0x562D75) is unknown color: approx Blue Diamond. HEX triplet: 56, 2D and 75. RGB value is (86,45,117). Sum of RGB (Red+Green+Blue) = 86+45+117=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #562D75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562D75 is #A9D28A. Grayscale: #414141. Windows color (decimal): -11129483 or 7679318. OLE color: 7679318.

HSL color Cylindrical-coordinate representation of color #562D75: hue angle of 274.17º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #562D75 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8645117-
CMYK0.260.6200.54
HSL274.17º44.44%31.76%-
HSV(B)274.17º61.54%45.88%-
XYZ7.995.1417.4-
YUV65.47157.08142.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.68%
GREEN value IS 45 (17.97% from 255) = 18.15%
BLUE value IS 117 (46.09% from 255) = 47.18%
R=34.68%
G=18.15%
B=47.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86451170.260.6200.54274.1744.4431.76
Hex562D751A3E0361122c20
Octal1265516532760664225440
Binary10101101011011110101110101111100110110100010010101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562D75; }

 p { color: rgb(86,45,117); }

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

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

 a { background-color: rgb(86,45,117); }

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

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

 span { border-color: rgb(86,45,117); }

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