#552476

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

Shades of Blue Diamond #552476

Tints of Blue Diamond #552476

Color information

#552476 (or 0x552476) is unknown color: approx Blue Diamond. HEX triplet: 55, 24 and 76. RGB value is (85,36,118). Sum of RGB (Red+Green+Blue) = 85+36+118=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #552476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552476 is #AADB89. Grayscale: #3B3B3B. Windows color (decimal): -11197322 or 7742549. OLE color: 7742549.

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

Color convert

RGB8536118-
CMYK0.280.6900.54
HSL275.85º53.25%30.2%-
HSV(B)275.85º69.49%46.27%-
XYZ7.654.517.61-
YUV60160.73145.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.56%
GREEN value IS 36 (14.45% from 255) = 15.06%
BLUE value IS 118 (46.48% from 255) = 49.37%
R=35.56%
G=15.06%
B=49.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85361180.280.6900.54275.8553.2530.2
Hex5524761C45036114351e
Octal12544166341050664246536
Binary10101011001001110110111001000101011011010001010011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552476; }

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

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

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

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

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

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

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

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