#553071

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

Shades of Blue Diamond #553071

Tints of Blue Diamond #553071

Color information

#553071 (or 0x553071) is unknown color: approx Blue Diamond. HEX triplet: 55, 30 and 71. RGB value is (85,48,113). Sum of RGB (Red+Green+Blue) = 85+48+113=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #553071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553071 is #AACF8E. Grayscale: #424242. Windows color (decimal): -11194255 or 7417941. OLE color: 7417941.

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

Color convert

RGB8548113-
CMYK0.250.5800.56
HSL274.15º40.37%31.57%-
HSV(B)274.15º57.52%44.31%-
XYZ7.785.2416.22-
YUV66.47154.26141.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.55%
GREEN value IS 48 (19.14% from 255) = 19.51%
BLUE value IS 113 (44.53% from 255) = 45.93%
R=34.55%
G=19.51%
B=45.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85481130.250.5800.56274.1540.3731.57
Hex553071193A0381122820
Octal1256016131720704225040
Binary10101011100001110001110011110100111000100010010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553071; }

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

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

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

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

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

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

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

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