Html Css Color HEX #5450BE Rich Blue

📋 copy color: '#5450BE'

red 84 ◦ green 80 ◦ blue 190

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

Shades of Rich Blue #5450BE

Tints of Rich Blue #5450BE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.6%

 BLUE value IS 190 (74.61% from 255) = 53.67%

R = 23.73%
G = 22.6%
B = 53.67%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5450BE (or 0x5450BE) is known color: Rich Blue. HEX triplet: 54, 50 and BE. RGB value is (84,80,190). Sum of RGB (Red+Green+Blue) = 84+80+190=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #5450BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5450BE is #ABAF41. Grayscale: #5D5D5D. Windows color (decimal): -11251522 or 12472404. OLE color: 12472404.

HSL color Cylindrical-coordinate representation of color #5450BE: hue angle of 242.18º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5450BE is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 84 80 190 -
CMYK 0.56 0.58 0 0.25
HSL 242.18º 0.46% 0.53% -
HSV(B) 242.18º 0.58% 0.75% -
XYZ 15.82 11.34 50.07 -
YUV 93.74 182.33 121.06 -
System Red Green Blue C M Y K H S L
Decimal 84 80 190 0.56 0.58 0 0.25 242.18 0.46 0.53
Hex 54 50 BE 38 3A 0 19 F2 2E 35
Octal 124 120 276 70 72 0 31 362 56 65
Binary 1010100 1010000 10111110 111000 111010 0 11001 11110010 101110 110101

Color Harmonies of #5450BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5450BE

Black with #5450BE

Text Example


Text Example

White with #5450BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5450BE; }

 p { color: rgb(84,80,190); }

 H1.HeaderClassName
 {
   color: #5450BE;
 }
 .AnyTagClassName
 {
   color: #5450BE;
 }
</style>

background-color css

<style>
 a { background-color: #5450BE; }

 a { background-color: rgb(84,80,190); }

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

border-color css

<style>
 span { border-color: #5450BE; }

 span { border-color: rgb(84,80,190); }

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