Html Css Color HEX #5A50BD Rich Blue

📋 copy color: '#5A50BD'

red 90 ◦ green 80 ◦ blue 189

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

Shades of Rich Blue #5A50BD

Tints of Rich Blue #5A50BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.65%

R = 25.07%
G = 22.28%
B = 52.65%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5A50BD (or 0x5A50BD) is known color: Rich Blue. HEX triplet: 5A, 50 and BD. RGB value is (90,80,189). Sum of RGB (Red+Green+Blue) = 90+80+189=359 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.07% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #5A50BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A50BD is #A5AF42. Grayscale: #5E5E5E. Windows color (decimal): -10858307 or 12406874. OLE color: 12406874.

HSL color Cylindrical-coordinate representation of color #5A50BD: hue angle of 245.5º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A50BD is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 80 189 -
CMYK 0.52 0.58 0 0.26
HSL 245.5º 0.45% 0.53% -
HSV(B) 245.5º 0.58% 0.74% -
XYZ 16.27 11.59 49.52 -
YUV 95.42 180.81 124.14 -
System Red Green Blue C M Y K H S L
Decimal 90 80 189 0.52 0.58 0 0.26 245.5 0.45 0.53
Hex 5A 50 BD 34 3A 0 1A F6 2D 35
Octal 132 120 275 64 72 0 32 366 55 65
Binary 1011010 1010000 10111101 110100 111010 0 11010 11110110 101101 110101

Color Harmonies of #5A50BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A50BD

Black with #5A50BD

Text Example


Text Example

White with #5A50BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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