#552172

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

Shades of Blue Diamond #552172

Tints of Blue Diamond #552172

Color information

#552172 (or 0x552172) is unknown color: approx Blue Diamond. HEX triplet: 55, 21 and 72. RGB value is (85,33,114). Sum of RGB (Red+Green+Blue) = 85+33+114=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #552172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552172 is #AADE8D. Grayscale: #393939. Windows color (decimal): -11198094 or 7479637. OLE color: 7479637.

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

Color convert

RGB8533114-
CMYK0.250.7100.55
HSL278.52º55.1%28.82%-
HSV(B)278.52º71.05%44.71%-
XYZ7.334.2316.35-
YUV57.78159.73147.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.64%
GREEN value IS 33 (13.28% from 255) = 14.22%
BLUE value IS 114 (44.92% from 255) = 49.14%
R=36.64%
G=14.22%
B=49.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85331140.250.7100.55278.5255.128.82
Hex5521721947037117371d
Octal12541162311070674276735
Binary10101011000011110010110011000111011011110001011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552172; }

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

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

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

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

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

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

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

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