#552074

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

Shades of Blue Diamond #552074

Tints of Blue Diamond #552074

Color information

#552074 (or 0x552074) is unknown color: approx Blue Diamond. HEX triplet: 55, 20 and 74. RGB value is (85,32,116). Sum of RGB (Red+Green+Blue) = 85+32+116=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 116 (45.70% from 255 or 49.79% from 233); Max value from RGB is 116 - color contains mainly: blue. Hex color #552074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552074 is #AADF8B. Grayscale: #393939. Windows color (decimal): -11198348 or 7610453. OLE color: 7610453.

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

Color convert

RGB8532116-
CMYK0.270.7200.55
HSL277.86º56.76%29.02%-
HSV(B)277.86º72.41%45.49%-
XYZ7.424.2316.95-
YUV57.42161.06147.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.48%
GREEN value IS 32 (12.89% from 255) = 13.73%
BLUE value IS 116 (45.70% from 255) = 49.79%
R=36.48%
G=13.73%
B=49.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85321160.270.7200.55277.8656.7629.02
Hex5520741B48037116391d
Octal12540164331100674267135
Binary10101011000001110100110111001000011011110001011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552074; }

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

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

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

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

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

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

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

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