#552970

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

Shades of Blue Diamond #552970

Tints of Blue Diamond #552970

Color information

#552970 (or 0x552970) is unknown color: approx Blue Diamond. HEX triplet: 55, 29 and 70. RGB value is (85,41,112). Sum of RGB (Red+Green+Blue) = 85+41+112=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 112 - color contains mainly: blue. Hex color #552970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552970 is #AAD68F. Grayscale: #3E3E3E. Windows color (decimal): -11196048 or 7350613. OLE color: 7350613.

HSL color Cylindrical-coordinate representation of color #552970: hue angle of 277.18º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #552970 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8541112-
CMYK0.240.6300.56
HSL277.18º46.41%30%-
HSV(B)277.18º63.39%43.92%-
XYZ7.464.6915.84-
YUV62.25156.08144.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.71%
GREEN value IS 41 (16.41% from 255) = 17.23%
BLUE value IS 112 (44.14% from 255) = 47.06%
R=35.71%
G=17.23%
B=47.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85411120.240.6300.56277.1846.4130
Hex552970183F0381152e1e
Octal1255116030770704255636
Binary1010101101001111000011000111111011100010001010110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552970; }

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

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

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

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

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

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

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

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