#552573

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

Shades of Blue Diamond #552573

Tints of Blue Diamond #552573

Color information

#552573 (or 0x552573) is unknown color: approx Blue Diamond. HEX triplet: 55, 25 and 73. RGB value is (85,37,115). Sum of RGB (Red+Green+Blue) = 85+37+115=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 115 - color contains mainly: blue. Hex color #552573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552573 is #AADA8C. Grayscale: #3B3B3B. Windows color (decimal): -11197069 or 7546197. OLE color: 7546197.

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

Color convert

RGB8537115-
CMYK0.260.6800.55
HSL276.92º51.32%29.8%-
HSV(B)276.92º67.83%45.1%-
XYZ7.54.4916.69-
YUV60.24158.9145.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.86%
GREEN value IS 37 (14.84% from 255) = 15.61%
BLUE value IS 115 (45.31% from 255) = 48.52%
R=35.86%
G=15.61%
B=48.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85371150.260.6800.55276.9251.3229.8
Hex5525731A44037115331e
Octal12545163321040674256336
Binary10101011001011110011110101000100011011110001010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552573; }

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

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

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

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

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

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

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

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