#56207B

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

Shades of Blue Diamond #56207B

Tints of Blue Diamond #56207B

Color information

#56207B (or 0x56207B) is unknown color: approx Blue Diamond. HEX triplet: 56, 20 and 7B. RGB value is (86,32,123). Sum of RGB (Red+Green+Blue) = 86+32+123=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #56207B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56207B is #A9DF84. Grayscale: #3A3A3A. Windows color (decimal): -11132805 or 8069206. OLE color: 8069206.

HSL color Cylindrical-coordinate representation of color #56207B: hue angle of 275.6º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #56207B is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8632123-
CMYK0.300.7400.52
HSL275.6º58.71%30.39%-
HSV(B)275.6º73.98%48.24%-
XYZ7.934.4419.18-
YUV58.52164.39147.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.68%
GREEN value IS 32 (12.89% from 255) = 13.28%
BLUE value IS 123 (48.44% from 255) = 51.04%
R=35.68%
G=13.28%
B=51.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal86321230.300.7400.52275.658.7130.39
Hex56207B1E4A0341143b1e
Octal12640173361120644247336
Binary10101101000001111011111101001010011010010001010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56207B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56207B; }

 p { color: rgb(86,32,123); }

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

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

 a { background-color: rgb(86,32,123); }

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

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

 span { border-color: rgb(86,32,123); }

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