Html Css Color HEX #5D5EBA Rich Blue

📋 copy color: '#5D5EBA'

red 93 ◦ green 94 ◦ blue 186

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

Shades of Rich Blue #5D5EBA

Tints of Rich Blue #5D5EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.87%

R = 24.93%
G = 25.2%
B = 49.87%

CMYK

 C value IS 0.5

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5D5EBA (or 0x5D5EBA) is known color: Rich Blue. HEX triplet: 5D, 5E and BA. RGB value is (93,94,186). Sum of RGB (Red+Green+Blue) = 93+94+186=373 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.93% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D5EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D5EBA is #A2A145. Grayscale: #676767. Windows color (decimal): -10658118 or 12213853. OLE color: 12213853.

HSL color Cylindrical-coordinate representation of color #5D5EBA: hue angle of 239.35º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D5EBA is Cyan = 0.5, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 94 186 -
CMYK 0.5 0.49 0 0.27
HSL 239.35º 0.4% 0.55% -
HSV(B) 239.35º 0.5% 0.73% -
XYZ 17.38 13.88 48.22 -
YUV 104.19 174.17 120.02 -
System Red Green Blue C M Y K H S L
Decimal 93 94 186 0.5 0.49 0 0.27 239.35 0.4 0.55
Hex 5D 5E BA 32 31 0 1B EF 28 37
Octal 135 136 272 62 61 0 33 357 50 67
Binary 1011101 1011110 10111010 110010 110001 0 11011 11101111 101000 110111

Color Harmonies of #5D5EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5EBA

Black with #5D5EBA

Text Example


Text Example

White with #5D5EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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