Html Css Color HEX #545AB3 Rich Blue

📋 copy color: '#545AB3'

red 84 ◦ green 90 ◦ blue 179

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

Shades of Rich Blue #545AB3

Tints of Rich Blue #545AB3

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.5%

 BLUE value IS 179 (70.31% from 255) = 50.71%

R = 23.8%
G = 25.5%
B = 50.71%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#545AB3 (or 0x545AB3) is known color: Rich Blue. HEX triplet: 54, 5A and B3. RGB value is (84,90,179). Sum of RGB (Red+Green+Blue) = 84+90+179=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 179 (70.31% from 255 or 50.71% from 353); Max value from RGB is 179 - color contains mainly: blue. Hex color #545AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545AB3 is #ABA54C. Grayscale: #616161. Windows color (decimal): -11248973 or 11754068. OLE color: 11754068.

HSL color Cylindrical-coordinate representation of color #545AB3: hue angle of 236.21º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #545AB3 is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 84 90 179 -
CMYK 0.53 0.50 0 0.30
HSL 236.21º 0.38% 0.52% -
HSV(B) 236.21º 0.53% 0.7% -
XYZ 15.45 12.45 44.24 -
YUV 98.35 173.51 117.76 -
System Red Green Blue C M Y K H S L
Decimal 84 90 179 0.53 0.50 0 0.30 236.21 0.38 0.52
Hex 54 5A B3 35 32 0 1E EC 26 34
Octal 124 132 263 65 62 0 36 354 46 64
Binary 1010100 1011010 10110011 110101 110010 0 11110 11101100 100110 110100

Color Harmonies of #545AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545AB3

Black with #545AB3

Text Example


Text Example

White with #545AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545AB3; }

 p { color: rgb(84,90,179); }

 H1.HeaderClassName
 {
   color: #545AB3;
 }
 .AnyTagClassName
 {
   color: #545AB3;
 }
</style>

background-color css

<style>
 a { background-color: #545AB3; }

 a { background-color: rgb(84,90,179); }

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

border-color css

<style>
 span { border-color: #545AB3; }

 span { border-color: rgb(84,90,179); }

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