#5A5FBC

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

Shades of Rich Blue #5A5FBC

Tints of Rich Blue #5A5FBC

Color information

#5A5FBC (or 0x5A5FBC) is unknown color: approx Rich Blue. HEX triplet: 5A, 5F and BC. RGB value is (90,95,188). Sum of RGB (Red+Green+Blue) = 90+95+188=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A5FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A5FBC is #A5A043. Grayscale: #676767. Windows color (decimal): -10854468 or 12345178. OLE color: 12345178.

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

Color convert

RGB9095188-
CMYK0.520.4900.26
HSL236.94º42.24%54.51%-
HSV(B)236.94º52.13%73.73%-
XYZ17.3913.9949.36-
YUV104.11175.34117.94-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.13%
GREEN value IS 95 (37.5% from 255) = 25.47%
BLUE value IS 188 (73.83% from 255) = 50.40%
R=24.13%
G=25.47%
B=50.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal90951880.520.4900.26236.9442.2454.51
Hex5A5FBC343101Aed2a37
Octal13213727464610323555267
Binary101101010111111011110011010011000101101011101101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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