#5346BC

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

Shades of Rich Blue #5346BC

Tints of Rich Blue #5346BC

Color information

#5346BC (or 0x5346BC) is unknown color: approx Rich Blue. HEX triplet: 53, 46 and BC. RGB value is (83,70,188). Sum of RGB (Red+Green+Blue) = 83+70+188=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #5346BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5346BC is #ACB943. Grayscale: #565656. Windows color (decimal): -11319620 or 12338771. OLE color: 12338771.

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

Color convert

RGB8370188-
CMYK0.560.6300.26
HSL246.61º46.83%50.59%-
HSV(B)246.61º62.77%73.73%-
XYZ14.839.8548.7-
YUV87.34184.81124.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.34%
GREEN value IS 70 (27.73% from 255) = 20.53%
BLUE value IS 188 (73.83% from 255) = 55.13%
R=24.34%
G=20.53%
B=55.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal83701880.560.6300.26246.6146.8350.59
Hex5346BC383F01Af72f33
Octal12310627470770323675763
Binary101001110001101011110011100011111101101011110111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5346BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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