Html Css Color HEX #545FA5 Rich Blue

📋 copy color: '#545FA5'

red 84 ◦ green 95 ◦ blue 165

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

Shades of Rich Blue #545FA5

Tints of Rich Blue #545FA5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.62%

 BLUE value IS 165 (64.84% from 255) = 47.97%

R = 24.42%
G = 27.62%
B = 47.97%

CMYK

 C value IS 0.49

 M value IS 0.42

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#545FA5 (or 0x545FA5) is known color: Rich Blue. HEX triplet: 54, 5F and A5. RGB value is (84,95,165). Sum of RGB (Red+Green+Blue) = 84+95+165=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 165 (64.84% from 255 or 47.97% from 344); Max value from RGB is 165 - color contains mainly: blue. Hex color #545FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545FA5 is #ABA05A. Grayscale: #636363. Windows color (decimal): -11247707 or 10837844. OLE color: 10837844.

HSL color Cylindrical-coordinate representation of color #545FA5: hue angle of 231.85º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #545FA5 is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 84 95 165 -
CMYK 0.49 0.42 0 0.35
HSL 231.85º 0.33% 0.49% -
HSV(B) 231.85º 0.49% 0.65% -
XYZ 14.54 12.79 37.3 -
YUV 99.69 164.86 116.81 -
System Red Green Blue C M Y K H S L
Decimal 84 95 165 0.49 0.42 0 0.35 231.85 0.33 0.49
Hex 54 5F A5 31 2A 0 23 E8 21 31
Octal 124 137 245 61 52 0 43 350 41 61
Binary 1010100 1011111 10100101 110001 101010 0 100011 11101000 100001 110001

Color Harmonies of #545FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545FA5

Black with #545FA5

Text Example


Text Example

White with #545FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,95,165); }

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

background-color css

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

 a { background-color: rgb(84,95,165); }

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

border-color css

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

 span { border-color: rgb(84,95,165); }

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