#552372

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

Shades of Blue Diamond #552372

Tints of Blue Diamond #552372

Color information

#552372 (or 0x552372) is unknown color: approx Blue Diamond. HEX triplet: 55, 23 and 72. RGB value is (85,35,114). Sum of RGB (Red+Green+Blue) = 85+35+114=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #552372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552372 is #AADC8D. Grayscale: #3A3A3A. Windows color (decimal): -11197582 or 7480149. OLE color: 7480149.

HSL color Cylindrical-coordinate representation of color #552372: hue angle of 277.97º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #552372 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8535114-
CMYK0.250.6900.55
HSL277.97º53.02%29.22%-
HSV(B)277.97º69.3%44.71%-
XYZ7.384.3516.37-
YUV58.96159.06146.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.32%
GREEN value IS 35 (14.06% from 255) = 14.96%
BLUE value IS 114 (44.92% from 255) = 48.72%
R=36.32%
G=14.96%
B=48.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85351140.250.6900.55277.9753.0229.22
Hex5523721945037116351d
Octal12543162311050674266535
Binary10101011000111110010110011000101011011110001011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552372; }

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

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

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

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

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

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

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

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