#552773

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

Shades of Blue Diamond #552773

Tints of Blue Diamond #552773

Color information

#552773 (or 0x552773) is unknown color: approx Blue Diamond. HEX triplet: 55, 27 and 73. RGB value is (85,39,115). Sum of RGB (Red+Green+Blue) = 85+39+115=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #552773 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552773 is #AAD88C. Grayscale: #3D3D3D. Windows color (decimal): -11196557 or 7546709. OLE color: 7546709.

HSL color Cylindrical-coordinate representation of color #552773: hue angle of 276.32º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #552773 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8539115-
CMYK0.260.6600.55
HSL276.32º49.35%30.2%-
HSV(B)276.32º66.09%45.1%-
XYZ7.574.6216.71-
YUV61.42158.24144.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.56%
GREEN value IS 39 (15.62% from 255) = 16.32%
BLUE value IS 115 (45.31% from 255) = 48.12%
R=35.56%
G=16.32%
B=48.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85391150.260.6600.55276.3249.3530.2
Hex5527731A42037114311e
Octal12547163321020674246136
Binary10101011001111110011110101000010011011110001010011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552773; }

 p { color: rgb(85,39,115); }

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

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

 a { background-color: rgb(85,39,115); }

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

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

 span { border-color: rgb(85,39,115); }

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