Html Css Color HEX #5D51AF Rich Blue

📋 copy color: '#5D51AF'

red 93 ◦ green 81 ◦ blue 175

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

Shades of Rich Blue #5D51AF

Tints of Rich Blue #5D51AF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.21%

 BLUE value IS 175 (68.75% from 255) = 50.14%

R = 26.65%
G = 23.21%
B = 50.14%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5D51AF (or 0x5D51AF) is known color: Rich Blue. HEX triplet: 5D, 51 and AF. RGB value is (93,81,175). Sum of RGB (Red+Green+Blue) = 93+81+175=349 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.65% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D51AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D51AF is #A2AE50. Grayscale: #5E5E5E. Windows color (decimal): -10661457 or 11489629. OLE color: 11489629.

HSL color Cylindrical-coordinate representation of color #5D51AF: hue angle of 247.66º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D51AF is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 93 81 175 -
CMYK 0.47 0.54 0 0.31
HSL 247.66º 0.37% 0.5% -
HSV(B) 247.66º 0.54% 0.69% -
XYZ 15.19 11.31 41.94 -
YUV 95.3 172.98 126.36 -
System Red Green Blue C M Y K H S L
Decimal 93 81 175 0.47 0.54 0 0.31 247.66 0.37 0.5
Hex 5D 51 AF 2F 36 0 1F F8 25 32
Octal 135 121 257 57 66 0 37 370 45 62
Binary 1011101 1010001 10101111 101111 110110 0 11111 11111000 100101 110010

Color Harmonies of #5D51AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D51AF

Black with #5D51AF

Text Example


Text Example

White with #5D51AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,81,175); }

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

background-color css

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

 a { background-color: rgb(93,81,175); }

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

border-color css

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

 span { border-color: rgb(93,81,175); }

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