#553072

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

Shades of Blue Diamond #553072

Tints of Blue Diamond #553072

Color information

#553072 (or 0x553072) is unknown color: approx Blue Diamond. HEX triplet: 55, 30 and 72. RGB value is (85,48,114). Sum of RGB (Red+Green+Blue) = 85+48+114=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 114 - color contains mainly: blue. Hex color #553072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553072 is #AACF8D. Grayscale: #424242. Windows color (decimal): -11194254 or 7483477. OLE color: 7483477.

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

Color convert

RGB8548114-
CMYK0.250.5800.55
HSL273.64º40.74%31.76%-
HSV(B)273.64º57.89%44.71%-
XYZ7.845.2616.52-
YUV66.59154.76141.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.41%
GREEN value IS 48 (19.14% from 255) = 19.43%
BLUE value IS 114 (44.92% from 255) = 46.15%
R=34.41%
G=19.43%
B=46.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85481140.250.5800.55273.6440.7431.76
Hex553072193A0371122920
Octal1256016231720674225140
Binary10101011100001110010110011110100110111100010010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553072; }

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

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

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

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

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

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

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

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