#552178

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

Shades of Blue Diamond #552178

Tints of Blue Diamond #552178

Color information

#552178 (or 0x552178) is unknown color: approx Blue Diamond. HEX triplet: 55, 21 and 78. RGB value is (85,33,120). Sum of RGB (Red+Green+Blue) = 85+33+120=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #552178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552178 is #AADE87. Grayscale: #3A3A3A. Windows color (decimal): -11198088 or 7872853. OLE color: 7872853.

HSL color Cylindrical-coordinate representation of color #552178: hue angle of 275.86º degrees, saturation: 0.57, 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 #552178 is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8533120-
CMYK0.290.7200.53
HSL275.86º56.86%30%-
HSV(B)275.86º72.5%47.06%-
XYZ7.684.3818.21-
YUV58.47162.73146.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.71%
GREEN value IS 33 (13.28% from 255) = 13.87%
BLUE value IS 120 (47.27% from 255) = 50.42%
R=35.71%
G=13.87%
B=50.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85331200.290.7200.53275.8656.8630
Hex5521781D48035114391e
Octal12541170351100654247136
Binary10101011000011111000111011001000011010110001010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552178; }

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

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

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

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

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

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

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

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