Html Css Color HEX #545ABB Rich Blue

📋 copy color: '#545ABB'

red 84 ◦ green 90 ◦ blue 187

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

Shades of Rich Blue #545ABB

Tints of Rich Blue #545ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.8%

R = 23.27%
G = 24.93%
B = 51.8%

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

#545ABB (or 0x545ABB) is known color: Rich Blue. HEX triplet: 54, 5A and BB. RGB value is (84,90,187). Sum of RGB (Red+Green+Blue) = 84+90+187=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #545ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545ABB is #ABA544. Grayscale: #626262. Windows color (decimal): -11248965 or 12278356. OLE color: 12278356.

HSL color Cylindrical-coordinate representation of color #545ABB: hue angle of 236.5º 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 #545ABB is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 90 187 -
CMYK 0.55 0.52 0 0.27
HSL 236.5º 0.43% 0.53% -
HSV(B) 236.5º 0.55% 0.73% -
XYZ 16.28 12.79 48.62 -
YUV 99.26 177.51 117.11 -
System Red Green Blue C M Y K H S L
Decimal 84 90 187 0.55 0.52 0 0.27 236.5 0.43 0.53
Hex 54 5A BB 37 34 0 1B ED 2B 35
Octal 124 132 273 67 64 0 33 355 53 65
Binary 1010100 1011010 10111011 110111 110100 0 11011 11101101 101011 110101

Color Harmonies of #545ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545ABB

Black with #545ABB

Text Example


Text Example

White with #545ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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