#552378

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

Shades of Blue Diamond #552378

Tints of Blue Diamond #552378

Color information

#552378 (or 0x552378) is unknown color: approx Blue Diamond. HEX triplet: 55, 23 and 78. RGB value is (85,35,120). Sum of RGB (Red+Green+Blue) = 85+35+120=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #552378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552378 is #AADC87. Grayscale: #3B3B3B. Windows color (decimal): -11197576 or 7873365. OLE color: 7873365.

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

Color convert

RGB8535120-
CMYK0.290.7100.53
HSL275.29º54.84%30.39%-
HSV(B)275.29º70.83%47.06%-
XYZ7.744.4918.23-
YUV59.64162.06146.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.42%
GREEN value IS 35 (14.06% from 255) = 14.58%
BLUE value IS 120 (47.27% from 255) = 50%
R=35.42%
G=14.58%
B=50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85351200.290.7100.53275.2954.8430.39
Hex5523781D47035113371e
Octal12543170351070654236736
Binary10101011000111111000111011000111011010110001001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552378; }

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

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

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

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

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

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

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

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