#551f7c

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

Shades of Blue Diamond #551F7C

Tints of Blue Diamond #551F7C

Color information

#551F7C (or 0x551F7C) is unknown color: approx Blue Diamond. HEX triplet: 55, 1F and 7C. RGB value is (85,31,124). Sum of RGB (Red+Green+Blue) = 85+31+124=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #551F7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551F7C is #AAE083. Grayscale: #393939. Windows color (decimal): -11198596 or 8134485. OLE color: 8134485.

HSL color Cylindrical-coordinate representation of color #551F7C: hue angle of 274.84º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #551F7C is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8531124-
CMYK0.310.7500.51
HSL274.84º60%30.39%-
HSV(B)274.84º75%48.63%-
XYZ7.874.3719.5-
YUV57.75165.39147.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.42%
GREEN value IS 31 (12.5% from 255) = 12.92%
BLUE value IS 124 (48.83% from 255) = 51.67%
R=35.42%
G=12.92%
B=51.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85311240.310.7500.51274.846030.39
Hex551F7C1F4B0331133c1e
Octal12537174371130634237436
Binary1010101111111111100111111001011011001110001001111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551f7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551f7c; }

 p { color: rgb(85,31,124); }

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

<style>
 a { background-color: #551f7c; }

 a { background-color: rgb(85,31,124); }

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

<style>
 span { border-color: #551f7c; }

 span { border-color: rgb(85,31,124); }

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