#552078

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

Shades of Blue Diamond #552078

Tints of Blue Diamond #552078

Color information

#552078 (or 0x552078) is unknown color: approx Blue Diamond. HEX triplet: 55, 20 and 78. RGB value is (85,32,120). Sum of RGB (Red+Green+Blue) = 85+32+120=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #552078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552078 is #AADF87. Grayscale: #393939. Windows color (decimal): -11198344 or 7872597. OLE color: 7872597.

HSL color Cylindrical-coordinate representation of color #552078: hue angle of 276.14º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #552078 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8532120-
CMYK0.290.7300.53
HSL276.14º57.89%29.8%-
HSV(B)276.14º73.33%47.06%-
XYZ7.654.3218.2-
YUV57.88163.06147.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.86%
GREEN value IS 32 (12.89% from 255) = 13.50%
BLUE value IS 120 (47.27% from 255) = 50.63%
R=35.86%
G=13.50%
B=50.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85321200.290.7300.53276.1457.8929.8
Hex5520781D490351143a1e
Octal12540170351110654247236
Binary10101011000001111000111011001001011010110001010011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552078; }

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

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

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

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

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

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

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

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