#5C51BC

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

Shades of Rich Blue #5C51BC

Tints of Rich Blue #5C51BC

Color information

#5C51BC (or 0x5C51BC) is unknown color: approx Rich Blue. HEX triplet: 5C, 51 and BC. RGB value is (92,81,188). Sum of RGB (Red+Green+Blue) = 92+81+188=361 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.48% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #5C51BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C51BC is #A3AE43. Grayscale: #606060. Windows color (decimal): -10726980 or 12341596. OLE color: 12341596.

HSL color Cylindrical-coordinate representation of color #5C51BC: hue angle of 246.17º 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 #5C51BC is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9281188-
CMYK0.510.5700.26
HSL246.17º44.4%52.75%-
HSV(B)246.17º56.91%73.73%-
XYZ16.4311.7948.99-
YUV96.49179.64124.8-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.48%
GREEN value IS 81 (32.03% from 255) = 22.44%
BLUE value IS 188 (73.83% from 255) = 52.08%
R=25.48%
G=22.44%
B=52.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal92811880.510.5700.26246.1744.452.75
Hex5C51BC333901Af62c35
Octal13412127463710323665465
Binary101110010100011011110011001111100101101011110110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C51BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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