#552A75

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

Shades of Blue Diamond #552A75

Tints of Blue Diamond #552A75

Color information

#552A75 (or 0x552A75) is unknown color: approx Blue Diamond. HEX triplet: 55, 2A and 75. RGB value is (85,42,117). Sum of RGB (Red+Green+Blue) = 85+42+117=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 42 (16.80% from 255 or 17.21% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 117 - color contains mainly: blue. Hex color #552A75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552A75 is #AAD58A. Grayscale: #3F3F3F. Windows color (decimal): -11195787 or 7678549. OLE color: 7678549.

HSL color Cylindrical-coordinate representation of color #552A75: hue angle of 274.4º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #552A75 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8542117-
CMYK0.270.6400.54
HSL274.4º47.17%31.18%-
HSV(B)274.4º64.1%45.88%-
XYZ7.794.8717.36-
YUV63.41158.25143.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.84%
GREEN value IS 42 (16.80% from 255) = 17.21%
BLUE value IS 117 (46.09% from 255) = 47.95%
R=34.84%
G=17.21%
B=47.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85421170.270.6400.54274.447.1731.18
Hex552A751B400361122f1f
Octal12552165331000664225737
Binary10101011010101110101110111000000011011010001001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,42,117); }

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

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

 a { background-color: rgb(85,42,117); }

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

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

 span { border-color: rgb(85,42,117); }

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