#552875

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

Shades of Blue Diamond #552875

Tints of Blue Diamond #552875

Color information

#552875 (or 0x552875) is unknown color: approx Blue Diamond. HEX triplet: 55, 28 and 75. RGB value is (85,40,117). Sum of RGB (Red+Green+Blue) = 85+40+117=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #552875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552875 is #AAD78A. Grayscale: #3D3D3D. Windows color (decimal): -11196299 or 7678037. OLE color: 7678037.

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

Color convert

RGB8540117-
CMYK0.270.6600.54
HSL275.06º49.04%30.78%-
HSV(B)275.06º65.81%45.88%-
XYZ7.724.7317.34-
YUV62.23158.91144.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.12%
GREEN value IS 40 (16.02% from 255) = 16.53%
BLUE value IS 117 (46.09% from 255) = 48.35%
R=35.12%
G=16.53%
B=48.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85401170.270.6600.54275.0649.0430.78
Hex5528751B42036113311f
Octal12550165331020664236137
Binary10101011010001110101110111000010011011010001001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552875; }

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

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

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

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

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

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

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

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