#5345b9

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

Shades of Rich Blue #5345B9

Tints of Rich Blue #5345B9

Color information

#5345B9 (or 0x5345B9) is unknown color: approx Rich Blue. HEX triplet: 53, 45 and B9. RGB value is (83,69,185). Sum of RGB (Red+Green+Blue) = 83+69+185=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 185 (72.66% from 255 or 54.90% from 337); Max value from RGB is 185 - color contains mainly: blue. Hex color #5345B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5345B9 is #ACBA46. Grayscale: #555555. Windows color (decimal): -11319879 or 12141907. OLE color: 12141907.

HSL color Cylindrical-coordinate representation of color #5345B9: hue angle of 247.24º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5345B9 is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8369185-
CMYK0.550.6300.27
HSL247.24º45.67%49.8%-
HSV(B)247.24º62.7%72.55%-
XYZ14.459.646.99-
YUV86.41183.64125.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.63%
GREEN value IS 69 (27.34% from 255) = 20.47%
BLUE value IS 185 (72.66% from 255) = 54.90%
R=24.63%
G=20.47%
B=54.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal83691850.550.6300.27247.2445.6749.8
Hex5345B9373F01Bf72e32
Octal12310527167770333675662
Binary101001110001011011100111011111111101101111110111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5345b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5345b9; }

 p { color: rgb(83,69,185); }

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

<style>
 a { background-color: #5345b9; }

 a { background-color: rgb(83,69,185); }

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

<style>
 span { border-color: #5345b9; }

 span { border-color: rgb(83,69,185); }

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