#553074

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

Shades of Blue Diamond #553074

Tints of Blue Diamond #553074

Color information

#553074 (or 0x553074) is unknown color: approx Blue Diamond. HEX triplet: 55, 30 and 74. RGB value is (85,48,116). Sum of RGB (Red+Green+Blue) = 85+48+116=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 116 - color contains mainly: blue. Hex color #553074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553074 is #AACF8B. Grayscale: #424242. Windows color (decimal): -11194252 or 7614549. OLE color: 7614549.

HSL color Cylindrical-coordinate representation of color #553074: hue angle of 272.65º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #553074 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8548116-
CMYK0.270.5900.55
HSL272.65º41.46%32.16%-
HSV(B)272.65º58.62%45.49%-
XYZ7.965.3117.13-
YUV66.82155.76140.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.14%
GREEN value IS 48 (19.14% from 255) = 19.28%
BLUE value IS 116 (45.70% from 255) = 46.59%
R=34.14%
G=19.28%
B=46.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85481160.270.5900.55272.6541.4632.16
Hex5530741B3B0371112920
Octal1256016433730674215140
Binary10101011100001110100110111110110110111100010001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553074; }

 p { color: rgb(85,48,116); }

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

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

 a { background-color: rgb(85,48,116); }

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

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

 span { border-color: rgb(85,48,116); }

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