#5159BC

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

Shades of Rich Blue #5159BC

Tints of Rich Blue #5159BC

Color information

#5159BC (or 0x5159BC) is unknown color: approx Rich Blue. HEX triplet: 51, 59 and BC. RGB value is (81,89,188). Sum of RGB (Red+Green+Blue) = 81+89+188=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #5159BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5159BC is #AEA643. Grayscale: #616161. Windows color (decimal): -11445828 or 12343633. OLE color: 12343633.

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

Color convert

RGB8189188-
CMYK0.570.5300.26
HSL235.51º44.4%52.75%-
HSV(B)235.51º56.91%73.73%-
XYZ16.0412.5249.15-
YUV97.89178.85115.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.63%
GREEN value IS 89 (35.16% from 255) = 24.86%
BLUE value IS 188 (73.83% from 255) = 52.51%
R=22.63%
G=24.86%
B=52.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal81891880.570.5300.26235.5144.452.75
Hex5159BC393501Aec2c35
Octal12113127471650323545465
Binary101000110110011011110011100111010101101011101100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5159BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5159BC; }

 p { color: rgb(81,89,188); }

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

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

 a { background-color: rgb(81,89,188); }

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

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

 span { border-color: rgb(81,89,188); }

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