#552076

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

Shades of Blue Diamond #552076

Tints of Blue Diamond #552076

Color information

#552076 (or 0x552076) is unknown color: approx Blue Diamond. HEX triplet: 55, 20 and 76. RGB value is (85,32,118). Sum of RGB (Red+Green+Blue) = 85+32+118=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #552076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552076 is #AADF89. Grayscale: #393939. Windows color (decimal): -11198346 or 7741525. OLE color: 7741525.

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

Color convert

RGB8532118-
CMYK0.280.7300.54
HSL276.98º57.33%29.41%-
HSV(B)276.98º72.88%46.27%-
XYZ7.534.2717.57-
YUV57.65162.06147.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.17%
GREEN value IS 32 (12.89% from 255) = 13.62%
BLUE value IS 118 (46.48% from 255) = 50.21%
R=36.17%
G=13.62%
B=50.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85321180.280.7300.54276.9857.3329.41
Hex5520761C49036115391d
Octal12540166341110664257135
Binary10101011000001110110111001001001011011010001010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552076; }

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

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

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

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

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

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

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

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