#5A54BC

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

Shades of Rich Blue #5A54BC

Tints of Rich Blue #5A54BC

Color information

#5A54BC (or 0x5A54BC) is unknown color: approx Rich Blue. HEX triplet: 5A, 54 and BC. RGB value is (90,84,188). Sum of RGB (Red+Green+Blue) = 90+84+188=362 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.86% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A54BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A54BC is #A5AB43. Grayscale: #616161. Windows color (decimal): -10857284 or 12342362. OLE color: 12342362.

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

Color convert

RGB9084188-
CMYK0.520.5500.26
HSL243.46º43.7%53.33%-
HSV(B)243.46º55.32%73.73%-
XYZ16.4612.1549.05-
YUV97.65178.99122.54-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.86%
GREEN value IS 84 (33.20% from 255) = 23.20%
BLUE value IS 188 (73.83% from 255) = 51.93%
R=24.86%
G=23.20%
B=51.93%

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
Decimal90841880.520.5500.26243.4643.753.33
Hex5A54BC343701Af32c35
Octal13212427464670323635465
Binary101101010101001011110011010011011101101011110011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A54BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,84,188); }

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

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

 a { background-color: rgb(90,84,188); }

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

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

 span { border-color: rgb(90,84,188); }

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