#552676

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

Shades of Blue Diamond #552676

Tints of Blue Diamond #552676

Color information

#552676 (or 0x552676) is unknown color: approx Blue Diamond. HEX triplet: 55, 26 and 76. RGB value is (85,38,118). Sum of RGB (Red+Green+Blue) = 85+38+118=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #552676 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552676 is #AAD989. Grayscale: #3C3C3C. Windows color (decimal): -11196810 or 7743061. OLE color: 7743061.

HSL color Cylindrical-coordinate representation of color #552676: hue angle of 275.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #552676 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8538118-
CMYK0.280.6800.54
HSL275.25º51.28%30.59%-
HSV(B)275.25º67.8%46.27%-
XYZ7.714.6317.63-
YUV61.17160.07145-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.27%
GREEN value IS 38 (15.23% from 255) = 15.77%
BLUE value IS 118 (46.48% from 255) = 48.96%
R=35.27%
G=15.77%
B=48.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85381180.280.6800.54275.2551.2830.59
Hex5526761C44036113331f
Octal12546166341040664236337
Binary10101011001101110110111001000100011011010001001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552676; }

 p { color: rgb(85,38,118); }

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

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

 a { background-color: rgb(85,38,118); }

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

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

 span { border-color: rgb(85,38,118); }

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