#55207B

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

Shades of Blue Diamond #55207B

Tints of Blue Diamond #55207B

Color information

#55207B (or 0x55207B) is unknown color: approx Blue Diamond. HEX triplet: 55, 20 and 7B. RGB value is (85,32,123). Sum of RGB (Red+Green+Blue) = 85+32+123=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 123 (48.44% from 255 or 51.25% from 240); Max value from RGB is 123 - color contains mainly: blue. Hex color #55207B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55207B is #AADF84. Grayscale: #393939. Windows color (decimal): -11198341 or 8069205. OLE color: 8069205.

HSL color Cylindrical-coordinate representation of color #55207B: hue angle of 274.95º 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 #55207B is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8532123-
CMYK0.310.7400.52
HSL274.95º58.71%30.39%-
HSV(B)274.95º73.98%48.24%-
XYZ7.844.3919.17-
YUV58.22164.56147.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.42%
GREEN value IS 32 (12.89% from 255) = 13.33%
BLUE value IS 123 (48.44% from 255) = 51.25%
R=35.42%
G=13.33%
B=51.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85321230.310.7400.52274.9558.7130.39
Hex55207B1F4A0341133b1e
Octal12540173371120644237336
Binary10101011000001111011111111001010011010010001001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55207B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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