#55206e

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

Shades of Blue Diamond #55206E

Tints of Blue Diamond #55206E

Color information

#55206E (or 0x55206E) is unknown color: approx Blue Diamond. HEX triplet: 55, 20 and 6E. RGB value is (85,32,110). Sum of RGB (Red+Green+Blue) = 85+32+110=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 110 - color contains mainly: blue. Hex color #55206E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55206E is #AADF91. Grayscale: #383838. Windows color (decimal): -11198354 or 7217237. OLE color: 7217237.

HSL color Cylindrical-coordinate representation of color #55206E: hue angle of 280.77º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55206E is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8532110-
CMYK0.230.7100.57
HSL280.77º54.93%27.84%-
HSV(B)280.77º70.91%43.14%-
XYZ7.084.0915.17-
YUV56.74158.06148.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 32 (12.89% from 255) = 14.10%
BLUE value IS 110 (43.36% from 255) = 48.46%
R=37.44%
G=14.10%
B=48.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85321100.230.7100.57280.7754.9327.84
Hex55206E1747039119371c
Octal12540156271070714316734
Binary10101011000001101110101111000111011100110001100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55206e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55206e; }

 p { color: rgb(85,32,110); }

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

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

 a { background-color: rgb(85,32,110); }

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

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

 span { border-color: rgb(85,32,110); }

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