Html Css Color HEX #5D5EAA Rich Blue

📋 copy color: '#5D5EAA'

red 93 ◦ green 94 ◦ blue 170

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

Shades of Rich Blue #5D5EAA

Tints of Rich Blue #5D5EAA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.33%

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

R = 26.05%
G = 26.33%
B = 47.62%

CMYK

 C value IS 0.45

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5D5EAA (or 0x5D5EAA) is known color: Rich Blue. HEX triplet: 5D, 5E and AA. RGB value is (93,94,170). Sum of RGB (Red+Green+Blue) = 93+94+170=357 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.05% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D5EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5EAA is #A2A155. Grayscale: #666666. Windows color (decimal): -10658134 or 11165277. OLE color: 11165277.

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

Color convert

RGB 93 94 170 -
CMYK 0.45 0.45 0 0.33
HSL 239.22º 0.31% 0.52% -
HSV(B) 239.22º 0.45% 0.67% -
XYZ 15.77 13.23 39.75 -
YUV 102.37 166.17 121.32 -
System Red Green Blue C M Y K H S L
Decimal 93 94 170 0.45 0.45 0 0.33 239.22 0.31 0.52
Hex 5D 5E AA 2D 2D 0 21 EF 1F 34
Octal 135 136 252 55 55 0 41 357 37 64
Binary 1011101 1011110 10101010 101101 101101 0 100001 11101111 11111 110100

Color Harmonies of #5D5EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5EAA

Black with #5D5EAA

Text Example


Text Example

White with #5D5EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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