Html Css Color HEX #545ABA Rich Blue

📋 copy color: '#545ABA'

red 84 ◦ green 90 ◦ blue 186

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

Shades of Rich Blue #545ABA

Tints of Rich Blue #545ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.67%

R = 23.33%
G = 25%
B = 51.67%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#545ABA (or 0x545ABA) is known color: Rich Blue. HEX triplet: 54, 5A and BA. RGB value is (84,90,186). Sum of RGB (Red+Green+Blue) = 84+90+186=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #545ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545ABA is #ABA545. Grayscale: #626262. Windows color (decimal): -11248966 or 12212820. OLE color: 12212820.

HSL color Cylindrical-coordinate representation of color #545ABA: hue angle of 236.47º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #545ABA is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 90 186 -
CMYK 0.55 0.52 0 0.27
HSL 236.47º 0.43% 0.53% -
HSV(B) 236.47º 0.55% 0.73% -
XYZ 16.18 12.74 48.06 -
YUV 99.15 177.01 117.19 -
System Red Green Blue C M Y K H S L
Decimal 84 90 186 0.55 0.52 0 0.27 236.47 0.43 0.53
Hex 54 5A BA 37 34 0 1B EC 2A 35
Octal 124 132 272 67 64 0 33 354 52 65
Binary 1010100 1011010 10111010 110111 110100 0 11011 11101100 101010 110101

Color Harmonies of #545ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545ABA

Black with #545ABA

Text Example


Text Example

White with #545ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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