Html Css Color HEX #545DAB Rich Blue

📋 copy color: '#545DAB'

red 84 ◦ green 93 ◦ blue 171

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

Shades of Rich Blue #545DAB

Tints of Rich Blue #545DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.14%

R = 24.14%
G = 26.72%
B = 49.14%

CMYK

 C value IS 0.51

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#545DAB (or 0x545DAB) is known color: Rich Blue. HEX triplet: 54, 5D and AB. RGB value is (84,93,171). Sum of RGB (Red+Green+Blue) = 84+93+171=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #545DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545DAB is #ABA254. Grayscale: #626262. Windows color (decimal): -11248213 or 11230548. OLE color: 11230548.

HSL color Cylindrical-coordinate representation of color #545DAB: hue angle of 233.79º 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 #545DAB is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 93 171 -
CMYK 0.51 0.46 0 0.33
HSL 233.79º 0.34% 0.5% -
HSV(B) 233.79º 0.51% 0.67% -
XYZ 14.92 12.65 40.18 -
YUV 99.2 168.52 117.16 -
System Red Green Blue C M Y K H S L
Decimal 84 93 171 0.51 0.46 0 0.33 233.79 0.34 0.5
Hex 54 5D AB 33 2E 0 21 EA 22 32
Octal 124 135 253 63 56 0 41 352 42 62
Binary 1010100 1011101 10101011 110011 101110 0 100001 11101010 100010 110010

Color Harmonies of #545DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545DAB

Black with #545DAB

Text Example


Text Example

White with #545DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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