#5345AC

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

Shades of Rich Blue #5345AC

Tints of Rich Blue #5345AC

Color information

#5345AC (or 0x5345AC) is unknown color: approx Rich Blue. HEX triplet: 53, 45 and AC. RGB value is (83,69,172). Sum of RGB (Red+Green+Blue) = 83+69+172=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #5345AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5345AC is #ACBA53. Grayscale: #545454. Windows color (decimal): -11319892 or 11289939. OLE color: 11289939.

HSL color Cylindrical-coordinate representation of color #5345AC: hue angle of 248.16º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5345AC is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8369172-
CMYK0.520.6000.33
HSL248.16º42.74%47.25%-
HSV(B)248.16º59.88%67.45%-
XYZ13.149.0740.09-
YUV84.93177.14126.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.62%
GREEN value IS 69 (27.34% from 255) = 21.30%
BLUE value IS 172 (67.58% from 255) = 53.09%
R=25.62%
G=21.30%
B=53.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83691720.520.6000.33248.1642.7447.25
Hex5345AC343C021f82b2f
Octal12310525464740413705357
Binary1010011100010110101100110100111100010000111111000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5345AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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