#552377

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

Shades of Blue Diamond #552377

Tints of Blue Diamond #552377

Color information

#552377 (or 0x552377) is unknown color: approx Blue Diamond. HEX triplet: 55, 23 and 77. RGB value is (85,35,119). Sum of RGB (Red+Green+Blue) = 85+35+119=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #552377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552377 is #AADC88. Grayscale: #3B3B3B. Windows color (decimal): -11197577 or 7807829. OLE color: 7807829.

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

Color convert

RGB8535119-
CMYK0.290.7100.53
HSL275.71º54.55%30.2%-
HSV(B)275.71º70.59%46.67%-
XYZ7.684.4717.91-
YUV59.53161.56146.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.56%
GREEN value IS 35 (14.06% from 255) = 14.64%
BLUE value IS 119 (46.88% from 255) = 49.79%
R=35.56%
G=14.64%
B=49.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85351190.290.7100.53275.7154.5530.2
Hex5523771D47035114371e
Octal12543167351070654246736
Binary10101011000111110111111011000111011010110001010011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552377; }

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

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

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

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

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

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

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

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