#553472

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

Shades of Blue Diamond #553472

Tints of Blue Diamond #553472

Color information

#553472 (or 0x553472) is unknown color: approx Blue Diamond. HEX triplet: 55, 34 and 72. RGB value is (85,52,114). Sum of RGB (Red+Green+Blue) = 85+52+114=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 114 - color contains mainly: blue. Hex color #553472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553472 is #AACB8D. Grayscale: #444444. Windows color (decimal): -11193230 or 7484501. OLE color: 7484501.

HSL color Cylindrical-coordinate representation of color #553472: hue angle of 271.94º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #553472 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8552114-
CMYK0.250.5400.55
HSL271.94º37.35%32.55%-
HSV(B)271.94º54.39%44.71%-
XYZ8.015.616.58-
YUV68.93153.43139.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.86%
GREEN value IS 52 (20.70% from 255) = 20.72%
BLUE value IS 114 (44.92% from 255) = 45.42%
R=33.86%
G=20.72%
B=45.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85521140.250.5400.55271.9437.3532.55
Hex55347219360371102521
Octal1256416231660674204541
Binary10101011101001110010110011101100110111100010000100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553472; }

 p { color: rgb(85,52,114); }

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

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

 a { background-color: rgb(85,52,114); }

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

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

 span { border-color: rgb(85,52,114); }

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