#551B78

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

Shades of Blue Diamond #551B78

Tints of Blue Diamond #551B78

Color information

#551B78 (or 0x551B78) is unknown color: approx Blue Diamond. HEX triplet: 55, 1B and 78. RGB value is (85,27,120). Sum of RGB (Red+Green+Blue) = 85+27+120=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #551B78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551B78 is #AAE487. Grayscale: #363636. Windows color (decimal): -11199624 or 7871317. OLE color: 7871317.

HSL color Cylindrical-coordinate representation of color #551B78: hue angle of 277.42º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #551B78 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8527120-
CMYK0.290.7800.53
HSL277.42º63.27%28.82%-
HSV(B)277.42º77.5%47.06%-
XYZ7.534.0718.16-
YUV54.94164.72149.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.64%
GREEN value IS 27 (10.94% from 255) = 11.64%
BLUE value IS 120 (47.27% from 255) = 51.72%
R=36.64%
G=11.64%
B=51.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85271200.290.7800.53277.4263.2728.82
Hex551B781D4E0351153f1d
Octal12533170351160654257735
Binary1010101110111111000111011001110011010110001010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,27,120); }

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

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

 a { background-color: rgb(85,27,120); }

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

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

 span { border-color: rgb(85,27,120); }

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