Html Css Color HEX #5D4BAA Rich Blue

📋 copy color: '#5D4BAA'

red 93 ◦ green 75 ◦ blue 170

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

Shades of Rich Blue #5D4BAA

Tints of Rich Blue #5D4BAA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.19%

 BLUE value IS 170 (66.8% from 255) = 50.3%

R = 27.51%
G = 22.19%
B = 50.3%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5D4BAA (or 0x5D4BAA) is known color: Rich Blue. HEX triplet: 5D, 4B and AA. RGB value is (93,75,170). Sum of RGB (Red+Green+Blue) = 93+75+170=338 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.51% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D4BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D4BAA is #A2B455. Grayscale: #5A5A5A. Windows color (decimal): -10662998 or 11160413. OLE color: 11160413.

HSL color Cylindrical-coordinate representation of color #5D4BAA: hue angle of 251.37º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D4BAA is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 93 75 170 -
CMYK 0.45 0.56 0 0.33
HSL 251.37º 0.39% 0.48% -
HSV(B) 251.37º 0.56% 0.67% -
XYZ 14.29 10.26 39.26 -
YUV 91.21 172.46 129.28 -
System Red Green Blue C M Y K H S L
Decimal 93 75 170 0.45 0.56 0 0.33 251.37 0.39 0.48
Hex 5D 4B AA 2D 38 0 21 FB 27 30
Octal 135 113 252 55 70 0 41 373 47 60
Binary 1011101 1001011 10101010 101101 111000 0 100001 11111011 100111 110000

Color Harmonies of #5D4BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4BAA

Black with #5D4BAA

Text Example


Text Example

White with #5D4BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,75,170); }

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

background-color css

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

 a { background-color: rgb(93,75,170); }

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

border-color css

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

 span { border-color: rgb(93,75,170); }

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