Html Css Color HEX #545DAA Rich Blue

📋 copy color: '#545DAA'

red 84 ◦ green 93 ◦ blue 170

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

Shades of Rich Blue #545DAA

Tints of Rich Blue #545DAA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.8%

 BLUE value IS 170 (66.8% from 255) = 48.99%

R = 24.21%
G = 26.8%
B = 48.99%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#545DAA (or 0x545DAA) is known color: Rich Blue. HEX triplet: 54, 5D and AA. RGB value is (84,93,170). Sum of RGB (Red+Green+Blue) = 84+93+170=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #545DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545DAA is #ABA255. Grayscale: #626262. Windows color (decimal): -11248214 or 11165012. OLE color: 11165012.

HSL color Cylindrical-coordinate representation of color #545DAA: hue angle of 233.72º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #545DAA is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 93 170 -
CMYK 0.51 0.45 0 0.33
HSL 233.72º 0.34% 0.5% -
HSV(B) 233.72º 0.51% 0.67% -
XYZ 14.83 12.62 39.68 -
YUV 99.09 168.02 117.24 -
System Red Green Blue C M Y K H S L
Decimal 84 93 170 0.51 0.45 0 0.33 233.72 0.34 0.5
Hex 54 5D AA 33 2D 0 21 EA 22 32
Octal 124 135 252 63 55 0 41 352 42 62
Binary 1010100 1011101 10101010 110011 101101 0 100001 11101010 100010 110010

Color Harmonies of #545DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545DAA

Black with #545DAA

Text Example


Text Example

White with #545DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,93,170); }

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

background-color css

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

 a { background-color: rgb(84,93,170); }

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

border-color css

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

 span { border-color: rgb(84,93,170); }

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