#552374

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

Shades of Blue Diamond #552374

Tints of Blue Diamond #552374

Color information

#552374 (or 0x552374) is unknown color: approx Blue Diamond. HEX triplet: 55, 23 and 74. RGB value is (85,35,116). Sum of RGB (Red+Green+Blue) = 85+35+116=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 116 (45.70% from 255 or 49.15% from 236); Max value from RGB is 116 - color contains mainly: blue. Hex color #552374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552374 is #AADC8B. Grayscale: #3A3A3A. Windows color (decimal): -11197580 or 7611221. OLE color: 7611221.

HSL color Cylindrical-coordinate representation of color #552374: hue angle of 277.04º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #552374 is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8535116-
CMYK0.270.7000.55
HSL277.04º53.64%29.61%-
HSV(B)277.04º69.83%45.49%-
XYZ7.54.3916.98-
YUV59.18160.06146.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.02%
GREEN value IS 35 (14.06% from 255) = 14.83%
BLUE value IS 116 (45.70% from 255) = 49.15%
R=36.02%
G=14.83%
B=49.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85351160.270.7000.55277.0453.6429.61
Hex5523741B46037115361e
Octal12543164331060674256636
Binary10101011000111110100110111000110011011110001010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552374; }

 p { color: rgb(85,35,116); }

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

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

 a { background-color: rgb(85,35,116); }

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

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

 span { border-color: rgb(85,35,116); }

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