#552C70

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

Shades of Blue Diamond #552C70

Tints of Blue Diamond #552C70

Color information

#552C70 (or 0x552C70) is unknown color: approx Blue Diamond. HEX triplet: 55, 2C and 70. RGB value is (85,44,112). Sum of RGB (Red+Green+Blue) = 85+44+112=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #552C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552C70 is #AAD38F. Grayscale: #3F3F3F. Windows color (decimal): -11195280 or 7351381. OLE color: 7351381.

HSL color Cylindrical-coordinate representation of color #552C70: hue angle of 276.18º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #552C70 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8544112-
CMYK0.240.6100.56
HSL276.18º43.59%30.59%-
HSV(B)276.18º60.71%43.92%-
XYZ7.574.915.88-
YUV64.01155.08142.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.27%
GREEN value IS 44 (17.58% from 255) = 18.26%
BLUE value IS 112 (44.14% from 255) = 46.47%
R=35.27%
G=18.26%
B=46.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85441120.240.6100.56276.1843.5930.59
Hex552C70183D0381142c1f
Octal1255416030750704245437
Binary1010101101100111000011000111101011100010001010010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552C70; }

 p { color: rgb(85,44,112); }

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

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

 a { background-color: rgb(85,44,112); }

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

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

 span { border-color: rgb(85,44,112); }

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