#552878

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

Shades of Blue Diamond #552878

Tints of Blue Diamond #552878

Color information

#552878 (or 0x552878) is unknown color: approx Blue Diamond. HEX triplet: 55, 28 and 78. RGB value is (85,40,120). Sum of RGB (Red+Green+Blue) = 85+40+120=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #552878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552878 is #AAD787. Grayscale: #3E3E3E. Windows color (decimal): -11196296 or 7874645. OLE color: 7874645.

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

Color convert

RGB8540120-
CMYK0.290.6700.53
HSL273.75º50%31.37%-
HSV(B)273.75º66.67%47.06%-
XYZ7.94.818.28-
YUV62.58160.41144-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.69%
GREEN value IS 40 (16.02% from 255) = 16.33%
BLUE value IS 120 (47.27% from 255) = 48.98%
R=34.69%
G=16.33%
B=48.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85401200.290.6700.53273.755031.37
Hex5528781D43035112321f
Octal12550170351030654226237
Binary10101011010001111000111011000011011010110001001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552878; }

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

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

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

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

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

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

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

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