#5A55BD

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

Shades of Rich Blue #5A55BD

Tints of Rich Blue #5A55BD

Color information

#5A55BD (or 0x5A55BD) is unknown color: approx Rich Blue. HEX triplet: 5A, 55 and BD. RGB value is (90,85,189). Sum of RGB (Red+Green+Blue) = 90+85+189=364 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.73% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #5A55BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A55BD is #A5AA42. Grayscale: #616161. Windows color (decimal): -10857027 or 12408154. OLE color: 12408154.

HSL color Cylindrical-coordinate representation of color #5A55BD: hue angle of 242.88º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A55BD is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9085189-
CMYK0.520.5500.26
HSL242.88º44.07%53.73%-
HSV(B)242.88º55.03%74.12%-
XYZ16.6512.3449.65-
YUV98.35179.16122.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.73%
GREEN value IS 85 (33.59% from 255) = 23.35%
BLUE value IS 189 (74.22% from 255) = 51.92%
R=24.73%
G=23.35%
B=51.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal90851890.520.5500.26242.8844.0753.73
Hex5A55BD343701Af32c36
Octal13212527564670323635466
Binary101101010101011011110111010011011101101011110011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A55BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A55BD; }

 p { color: rgb(90,85,189); }

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

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

 a { background-color: rgb(90,85,189); }

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

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

 span { border-color: rgb(90,85,189); }

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