Html Css Color HEX #5A50BB Rich Blue

📋 copy color: '#5A50BB'

red 90 ◦ green 80 ◦ blue 187

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

Shades of Rich Blue #5A50BB

Tints of Rich Blue #5A50BB

RGB

 RED value IS 90 (35.55% from 255) = 25.21%

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

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

R = 25.21%
G = 22.41%
B = 52.38%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5A50BB (or 0x5A50BB) is known color: Rich Blue. HEX triplet: 5A, 50 and BB. RGB value is (90,80,187). Sum of RGB (Red+Green+Blue) = 90+80+187=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #5A50BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A50BB is #A5AF44. Grayscale: #5E5E5E. Windows color (decimal): -10858309 or 12275802. OLE color: 12275802.

HSL color Cylindrical-coordinate representation of color #5A50BB: hue angle of 245.61º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A50BB is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 80 187 -
CMYK 0.52 0.57 0 0.27
HSL 245.61º 0.44% 0.52% -
HSV(B) 245.61º 0.57% 0.73% -
XYZ 16.05 11.5 48.39 -
YUV 95.19 179.81 124.3 -
System Red Green Blue C M Y K H S L
Decimal 90 80 187 0.52 0.57 0 0.27 245.61 0.44 0.52
Hex 5A 50 BB 34 39 0 1B F6 2C 34
Octal 132 120 273 64 71 0 33 366 54 64
Binary 1011010 1010000 10111011 110100 111001 0 11011 11110110 101100 110100

Color Harmonies of #5A50BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A50BB

Black with #5A50BB

Text Example


Text Example

White with #5A50BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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