#555DAC

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

Shades of Rich Blue #555DAC

Tints of Rich Blue #555DAC

Color information

#555DAC (or 0x555DAC) is unknown color: approx Rich Blue. HEX triplet: 55, 5D and AC. RGB value is (85,93,172). Sum of RGB (Red+Green+Blue) = 85+93+172=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #555DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555DAC is #AAA253. Grayscale: #636363. Windows color (decimal): -11182676 or 11296085. OLE color: 11296085.

HSL color Cylindrical-coordinate representation of color #555DAC: hue angle of 234.48º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #555DAC is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8593172-
CMYK0.510.4600.33
HSL234.48º34.39%50.39%-
HSV(B)234.48º50.58%67.45%-
XYZ15.1112.7440.69-
YUV99.61168.85117.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.29%
GREEN value IS 93 (36.72% from 255) = 26.57%
BLUE value IS 172 (67.58% from 255) = 49.14%
R=24.29%
G=26.57%
B=49.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85931720.510.4600.33234.4834.3950.39
Hex555DAC332E021ea2232
Octal12513525463560413524262
Binary1010101101110110101100110011101110010000111101010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555DAC; }

 p { color: rgb(85,93,172); }

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

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

 a { background-color: rgb(85,93,172); }

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

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

 span { border-color: rgb(85,93,172); }

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