Html Css Color HEX #5D54BB Rich Blue

📋 copy color: '#5D54BB'

red 93 ◦ green 84 ◦ blue 187

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

Shades of Rich Blue #5D54BB

Tints of Rich Blue #5D54BB

RGB

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

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

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

R = 25.55%
G = 23.08%
B = 51.37%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5D54BB (or 0x5D54BB) is known color: Rich Blue. HEX triplet: 5D, 54 and BB. RGB value is (93,84,187). Sum of RGB (Red+Green+Blue) = 93+84+187=364 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.55% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #5D54BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D54BB is #A2AB44. Grayscale: #626262. Windows color (decimal): -10660677 or 12276829. OLE color: 12276829.

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

Color convert

RGB 93 84 187 -
CMYK 0.50 0.55 0 0.27
HSL 245.24º 0.43% 0.53% -
HSV(B) 245.24º 0.55% 0.73% -
XYZ 16.65 12.26 48.5 -
YUV 98.43 177.98 124.12 -
System Red Green Blue C M Y K H S L
Decimal 93 84 187 0.50 0.55 0 0.27 245.24 0.43 0.53
Hex 5D 54 BB 32 37 0 1B F5 2B 35
Octal 135 124 273 62 67 0 33 365 53 65
Binary 1011101 1010100 10111011 110010 110111 0 11011 11110101 101011 110101

Color Harmonies of #5D54BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D54BB

Black with #5D54BB

Text Example


Text Example

White with #5D54BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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