Html Css Color HEX #5A50B4 Rich Blue

📋 copy color: '#5A50B4'

red 90 ◦ green 80 ◦ blue 180

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

Shades of Rich Blue #5A50B4

Tints of Rich Blue #5A50B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 51.43%

R = 25.71%
G = 22.86%
B = 51.43%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5A50B4 (or 0x5A50B4) is known color: Rich Blue. HEX triplet: 5A, 50 and B4. RGB value is (90,80,180). Sum of RGB (Red+Green+Blue) = 90+80+180=350 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.71% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 180 (70.70% from 255 or 51.43% from 350); Max value from RGB is 180 - color contains mainly: blue. Hex color #5A50B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A50B4 is #A5AF4B. Grayscale: #5D5D5D. Windows color (decimal): -10858316 or 11817050. OLE color: 11817050.

HSL color Cylindrical-coordinate representation of color #5A50B4: hue angle of 246º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A50B4 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 90 80 180 -
CMYK 0.50 0.56 0 0.29
HSL 246º 0.4% 0.51% -
HSV(B) 246º 0.56% 0.71% -
XYZ 15.32 11.21 44.54 -
YUV 94.39 176.31 124.87 -
System Red Green Blue C M Y K H S L
Decimal 90 80 180 0.50 0.56 0 0.29 246 0.4 0.51
Hex 5A 50 B4 32 38 0 1D F6 28 33
Octal 132 120 264 62 70 0 35 366 50 63
Binary 1011010 1010000 10110100 110010 111000 0 11101 11110110 101000 110011

Color Harmonies of #5A50B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A50B4

Black with #5A50B4

Text Example


Text Example

White with #5A50B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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