Html Css Color HEX #5D54BA Rich Blue

📋 copy color: '#5D54BA'

red 93 ◦ green 84 ◦ blue 186

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

Shades of Rich Blue #5D54BA

Tints of Rich Blue #5D54BA

RGB

 RED value IS 93 (36.72% from 255) = 25.62%

 GREEN value IS 84 (33.2% from 255) = 23.14%

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

R = 25.62%
G = 23.14%
B = 51.24%

CMYK

 C value IS 0.5

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5D54BA (or 0x5D54BA) is known color: Rich Blue. HEX triplet: 5D, 54 and BA. RGB value is (93,84,186). Sum of RGB (Red+Green+Blue) = 93+84+186=363 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.62% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D54BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D54BA is #A2AB45. Grayscale: #616161. Windows color (decimal): -10660678 or 12211293. OLE color: 12211293.

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

Color convert

RGB 93 84 186 -
CMYK 0.5 0.55 0 0.27
HSL 245.29º 0.43% 0.53% -
HSV(B) 245.29º 0.55% 0.73% -
XYZ 16.55 12.21 47.94 -
YUV 98.32 177.48 124.21 -
System Red Green Blue C M Y K H S L
Decimal 93 84 186 0.5 0.55 0 0.27 245.29 0.43 0.53
Hex 5D 54 BA 32 37 0 1B F5 2A 35
Octal 135 124 272 62 67 0 33 365 52 65
Binary 1011101 1010100 10111010 110010 110111 0 11011 11110101 101010 110101

Color Harmonies of #5D54BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D54BA

Black with #5D54BA

Text Example


Text Example

White with #5D54BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D54BA; }

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

 H1.HeaderClassName
 {
   color: #5D54BA;
 }
 .AnyTagClassName
 {
   color: #5D54BA;
 }
</style>

background-color css

<style>
 a { background-color: #5D54BA; }

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

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

border-color css

<style>
 span { border-color: #5D54BA; }

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

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