#552075

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

Shades of Blue Diamond #552075

Tints of Blue Diamond #552075

Color information

#552075 (or 0x552075) is unknown color: approx Blue Diamond. HEX triplet: 55, 20 and 75. RGB value is (85,32,117). Sum of RGB (Red+Green+Blue) = 85+32+117=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #552075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552075 is #AADF8A. Grayscale: #393939. Windows color (decimal): -11198347 or 7675989. OLE color: 7675989.

HSL color Cylindrical-coordinate representation of color #552075: hue angle of 277.41º 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 #552075 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8532117-
CMYK0.270.7300.54
HSL277.41º57.05%29.22%-
HSV(B)277.41º72.65%45.88%-
XYZ7.474.2517.26-
YUV57.54161.56147.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.32%
GREEN value IS 32 (12.89% from 255) = 13.68%
BLUE value IS 117 (46.09% from 255) = 50%
R=36.32%
G=13.68%
B=50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85321170.270.7300.54277.4157.0529.22
Hex5520751B49036115391d
Octal12540165331110664257135
Binary10101011000001110101110111001001011011010001010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552075; }

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

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

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

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

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

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

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

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