#56237A

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

Shades of Blue Diamond #56237A

Tints of Blue Diamond #56237A

Color information

#56237A (or 0x56237A) is unknown color: approx Blue Diamond. HEX triplet: 56, 23 and 7A. RGB value is (86,35,122). Sum of RGB (Red+Green+Blue) = 86+35+122=243 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.39% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 122 (48.05% from 255 or 50.21% from 243); Max value from RGB is 122 - color contains mainly: blue. Hex color #56237A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56237A is #A9DC85. Grayscale: #3B3B3B. Windows color (decimal): -11132038 or 8004438. OLE color: 8004438.

HSL color Cylindrical-coordinate representation of color #56237A: hue angle of 275.17º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #56237A is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8635122-
CMYK0.300.7100.52
HSL275.17º55.41%30.78%-
HSV(B)275.17º71.31%47.84%-
XYZ7.954.5918.88-
YUV60.17162.9146.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.39%
GREEN value IS 35 (14.06% from 255) = 14.40%
BLUE value IS 122 (48.05% from 255) = 50.21%
R=35.39%
G=14.40%
B=50.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal86351220.300.7100.52275.1755.4130.78
Hex56237A1E47034113371f
Octal12643172361070644236737
Binary10101101000111111010111101000111011010010001001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56237A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56237A; }

 p { color: rgb(86,35,122); }

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

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

 a { background-color: rgb(86,35,122); }

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

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

 span { border-color: rgb(86,35,122); }

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