Html Css Color HEX #5453BD Rich Blue

📋 copy color: '#5453BD'

red 84 ◦ green 83 ◦ blue 189

#5453BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #5453BD

Tints of Rich Blue #5453BD

RGB

 RED value IS 84 (33.2% from 255) = 23.6%

 GREEN value IS 83 (32.81% from 255) = 23.31%

 BLUE value IS 189 (74.22% from 255) = 53.09%

R = 23.6%
G = 23.31%
B = 53.09%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5453BD (or 0x5453BD) is known color: Rich Blue. HEX triplet: 54, 53 and BD. RGB value is (84,83,189). Sum of RGB (Red+Green+Blue) = 84+83+189=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #5453BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5453BD is #ABAC42. Grayscale: #5E5E5E. Windows color (decimal): -11250755 or 12407636. OLE color: 12407636.

HSL color Cylindrical-coordinate representation of color #5453BD: hue angle of 240.57º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5453BD is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 84 83 189 -
CMYK 0.56 0.56 0 0.26
HSL 240.57º 0.45% 0.53% -
HSV(B) 240.57º 0.56% 0.74% -
XYZ 15.93 11.75 49.57 -
YUV 95.38 180.83 119.88 -
System Red Green Blue C M Y K H S L
Decimal 84 83 189 0.56 0.56 0 0.26 240.57 0.45 0.53
Hex 54 53 BD 38 38 0 1A F1 2D 35
Octal 124 123 275 70 70 0 32 361 55 65
Binary 1010100 1010011 10111101 111000 111000 0 11010 11110001 101101 110101

Color Harmonies of #5453BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5453BD

Black with #5453BD

Text Example


Text Example

White with #5453BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5453BD; }

 p { color: rgb(84,83,189); }

 H1.HeaderClassName
 {
   color: #5453BD;
 }
 .AnyTagClassName
 {
   color: #5453BD;
 }
</style>

background-color css

<style>
 a { background-color: #5453BD; }

 a { background-color: rgb(84,83,189); }

 div.DivClassName
 {
   background-color: #5453BD;
 }
 .BgClassName
 {
   background-color: #5453BD;
 }
</style>

border-color css

<style>
 span { border-color: #5453BD; }

 span { border-color: rgb(84,83,189); }

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