#551A7A

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

Shades of Blue Diamond #551A7A

Tints of Blue Diamond #551A7A

Color information

#551A7A (or 0x551A7A) is unknown color: approx Blue Diamond. HEX triplet: 55, 1A and 7A. RGB value is (85,26,122). Sum of RGB (Red+Green+Blue) = 85+26+122=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 122 (48.05% from 255 or 52.36% from 233); Max value from RGB is 122 - color contains mainly: blue. Hex color #551A7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551A7A is #AAE585. Grayscale: #363636. Windows color (decimal): -11199878 or 8002133. OLE color: 8002133.

HSL color Cylindrical-coordinate representation of color #551A7A: hue angle of 276.88º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #551A7A is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8526122-
CMYK0.300.7900.52
HSL276.88º64.86%29.02%-
HSV(B)276.88º78.69%47.84%-
XYZ7.634.0818.8-
YUV54.58166.05149.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.48%
GREEN value IS 26 (10.55% from 255) = 11.16%
BLUE value IS 122 (48.05% from 255) = 52.36%
R=36.48%
G=11.16%
B=52.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85261220.300.7900.52276.8864.8629.02
Hex551A7A1E4F034115411d
Octal125321723611706442510135
Binary10101011101011110101111010011110110100100010101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,26,122); }

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

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

 a { background-color: rgb(85,26,122); }

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

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

 span { border-color: rgb(85,26,122); }

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