#551C70

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

Shades of Blue Diamond #551C70

Tints of Blue Diamond #551C70

Color information

#551C70 (or 0x551C70) is unknown color: approx Blue Diamond. HEX triplet: 55, 1C and 70. RGB value is (85,28,112). Sum of RGB (Red+Green+Blue) = 85+28+112=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #551C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551C70 is #AAE38F. Grayscale: #363636. Windows color (decimal): -11199376 or 7347285. OLE color: 7347285.

HSL color Cylindrical-coordinate representation of color #551C70: hue angle of 280.71º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #551C70 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8528112-
CMYK0.240.7500.56
HSL280.71º60%27.45%-
HSV(B)280.71º75%43.92%-
XYZ7.093.9315.71-
YUV54.62160.38149.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.78%
GREEN value IS 28 (11.33% from 255) = 12.44%
BLUE value IS 112 (44.14% from 255) = 49.78%
R=37.78%
G=12.44%
B=49.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85281120.240.7500.56280.716027.45
Hex551C70184B0381193c1b
Octal12534160301130704317433
Binary1010101111001110000110001001011011100010001100111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,28,112); }

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

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

 a { background-color: rgb(85,28,112); }

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

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

 span { border-color: rgb(85,28,112); }

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