#5C4FBA

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

Shades of Rich Blue #5C4FBA

Tints of Rich Blue #5C4FBA

Color information

#5C4FBA (or 0x5C4FBA) is unknown color: approx Rich Blue. HEX triplet: 5C, 4F and BA. RGB value is (92,79,186). Sum of RGB (Red+Green+Blue) = 92+79+186=357 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.77% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C4FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C4FBA is #A3B045. Grayscale: #5E5E5E. Windows color (decimal): -10727494 or 12210012. OLE color: 12210012.

HSL color Cylindrical-coordinate representation of color #5C4FBA: hue angle of 247.29º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C4FBA is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9279186-
CMYK0.510.5800.27
HSL247.29º43.67%51.96%-
HSV(B)247.29º57.53%72.94%-
XYZ16.0711.4147.81-
YUV95.08179.31125.8-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.77%
GREEN value IS 79 (31.25% from 255) = 22.13%
BLUE value IS 186 (73.05% from 255) = 52.10%
R=25.77%
G=22.13%
B=52.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal92791860.510.5800.27247.2943.6751.96
Hex5C4FBA333A01Bf72c34
Octal13411727263720333675464
Binary101110010011111011101011001111101001101111110111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,79,186); }

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

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

 a { background-color: rgb(92,79,186); }

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

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

 span { border-color: rgb(92,79,186); }

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