Html Css Color HEX #5D5AAA Rich Blue

📋 copy color: '#5D5AAA'

red 93 ◦ green 90 ◦ blue 170

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

Shades of Rich Blue #5D5AAA

Tints of Rich Blue #5D5AAA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.5%

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

R = 26.35%
G = 25.5%
B = 48.16%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5D5AAA (or 0x5D5AAA) is known color: Rich Blue. HEX triplet: 5D, 5A and AA. RGB value is (93,90,170). Sum of RGB (Red+Green+Blue) = 93+90+170=353 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.35% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D5AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5AAA is #A2A555. Grayscale: #636363. Windows color (decimal): -10659158 or 11164253. OLE color: 11164253.

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

Color convert

RGB 93 90 170 -
CMYK 0.45 0.47 0 0.33
HSL 242.25º 0.32% 0.51% -
HSV(B) 242.25º 0.47% 0.67% -
XYZ 15.43 12.54 39.64 -
YUV 100.02 167.49 123 -
System Red Green Blue C M Y K H S L
Decimal 93 90 170 0.45 0.47 0 0.33 242.25 0.32 0.51
Hex 5D 5A AA 2D 2F 0 21 F2 20 33
Octal 135 132 252 55 57 0 41 362 40 63
Binary 1011101 1011010 10101010 101101 101111 0 100001 11110010 100000 110011

Color Harmonies of #5D5AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5AAA

Black with #5D5AAA

Text Example


Text Example

White with #5D5AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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