Html Css Color HEX #5D5EBB Rich Blue

📋 copy color: '#5D5EBB'

red 93 ◦ green 94 ◦ blue 187

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

Shades of Rich Blue #5D5EBB

Tints of Rich Blue #5D5EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50%

R = 24.87%
G = 25.13%
B = 50%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5D5EBB (or 0x5D5EBB) is known color: Rich Blue. HEX triplet: 5D, 5E and BB. RGB value is (93,94,187). Sum of RGB (Red+Green+Blue) = 93+94+187=374 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.87% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #5D5EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D5EBB is #A2A144. Grayscale: #676767. Windows color (decimal): -10658117 or 12279389. OLE color: 12279389.

HSL color Cylindrical-coordinate representation of color #5D5EBB: hue angle of 239.36º degrees, saturation: 0.41, 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 #5D5EBB is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 94 187 -
CMYK 0.50 0.50 0 0.27
HSL 239.36º 0.41% 0.55% -
HSV(B) 239.36º 0.5% 0.73% -
XYZ 17.49 13.92 48.78 -
YUV 104.3 174.67 119.94 -
System Red Green Blue C M Y K H S L
Decimal 93 94 187 0.50 0.50 0 0.27 239.36 0.41 0.55
Hex 5D 5E BB 32 32 0 1B EF 29 37
Octal 135 136 273 62 62 0 33 357 51 67
Binary 1011101 1011110 10111011 110010 110010 0 11011 11101111 101001 110111

Color Harmonies of #5D5EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5EBB

Black with #5D5EBB

Text Example


Text Example

White with #5D5EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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