#5345BE

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

Shades of Rich Blue #5345BE

Tints of Rich Blue #5345BE

Color information

#5345BE (or 0x5345BE) is unknown color: approx Rich Blue. HEX triplet: 53, 45 and BE. RGB value is (83,69,190). Sum of RGB (Red+Green+Blue) = 83+69+190=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #5345BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5345BE is #ACBA41. Grayscale: #565656. Windows color (decimal): -11319874 or 12469587. OLE color: 12469587.

HSL color Cylindrical-coordinate representation of color #5345BE: hue angle of 246.94º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5345BE is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8369190-
CMYK0.560.6400.25
HSL246.94º48.21%50.78%-
HSV(B)246.94º63.68%74.51%-
XYZ14.999.8149.82-
YUV86.98186.14125.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.27%
GREEN value IS 69 (27.34% from 255) = 20.18%
BLUE value IS 190 (74.61% from 255) = 55.56%
R=24.27%
G=20.18%
B=55.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal83691900.560.6400.25246.9448.2150.78
Hex5345BE3840019f73033
Octal123105276701000313676063
Binary1010011100010110111110111000100000001100111110111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5345BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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