#5341BC

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

Shades of Rich Blue #5341BC

Tints of Rich Blue #5341BC

Color information

#5341BC (or 0x5341BC) is unknown color: approx Rich Blue. HEX triplet: 53, 41 and BC. RGB value is (83,65,188). Sum of RGB (Red+Green+Blue) = 83+65+188=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #5341BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5341BC is #ACBE43. Grayscale: #535353. Windows color (decimal): -11320900 or 12337491. OLE color: 12337491.

HSL color Cylindrical-coordinate representation of color #5341BC: hue angle of 248.78º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5341BC is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8365188-
CMYK0.560.6500.26
HSL248.78º48.62%49.61%-
HSV(B)248.78º65.43%73.73%-
XYZ14.539.2548.6-
YUV84.4186.46127-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.70%
GREEN value IS 65 (25.78% from 255) = 19.35%
BLUE value IS 188 (73.83% from 255) = 55.95%
R=24.70%
G=19.35%
B=55.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal83651880.560.6500.26248.7848.6249.61
Hex5341BC384101Af93132
Octal123101274701010323716162
Binary1010011100000110111100111000100000101101011111001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5341BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,65,188); }

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

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

 a { background-color: rgb(83,65,188); }

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

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

 span { border-color: rgb(83,65,188); }

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