#552577

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

Shades of Blue Diamond #552577

Tints of Blue Diamond #552577

Color information

#552577 (or 0x552577) is unknown color: approx Blue Diamond. HEX triplet: 55, 25 and 77. RGB value is (85,37,119). Sum of RGB (Red+Green+Blue) = 85+37+119=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #552577 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552577 is #AADA88. Grayscale: #3C3C3C. Windows color (decimal): -11197065 or 7808341. OLE color: 7808341.

HSL color Cylindrical-coordinate representation of color #552577: hue angle of 275.12º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #552577 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8537119-
CMYK0.290.6900.53
HSL275.12º52.56%30.59%-
HSV(B)275.12º68.91%46.67%-
XYZ7.744.5917.93-
YUV60.7160.9145.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.27%
GREEN value IS 37 (14.84% from 255) = 15.35%
BLUE value IS 119 (46.88% from 255) = 49.38%
R=35.27%
G=15.35%
B=49.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85371190.290.6900.53275.1252.5630.59
Hex5525771D45035113351f
Octal12545167351050654236537
Binary10101011001011110111111011000101011010110001001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552577; }

 p { color: rgb(85,37,119); }

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

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

 a { background-color: rgb(85,37,119); }

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

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

 span { border-color: rgb(85,37,119); }

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