Html Css Color HEX #5E5EBF Rich Blue

📋 copy color: '#5E5EBF'

red 94 ◦ green 94 ◦ blue 191

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

Shades of Rich Blue #5E5EBF

Tints of Rich Blue #5E5EBF

RGB

 RED value IS 94 (37.11% from 255) = 24.8%

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

 BLUE value IS 191 (75% from 255) = 50.4%

R = 24.8%
G = 24.8%
B = 50.4%

CMYK

 C value IS 0.51

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E5EBF (or 0x5E5EBF) is known color: Rich Blue. HEX triplet: 5E, 5E and BF. RGB value is (94,94,191). Sum of RGB (Red+Green+Blue) = 94+94+191=379 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.80% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E5EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5EBF is #A1A140. Grayscale: #686868. Windows color (decimal): -10592577 or 12541534. OLE color: 12541534.

HSL color Cylindrical-coordinate representation of color #5E5EBF: hue angle of 240º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E5EBF is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 94 191 -
CMYK 0.51 0.51 0 0.25
HSL 240º 0.43% 0.56% -
HSV(B) 240º 0.51% 0.75% -
XYZ 18.02 14.15 51.07 -
YUV 105.06 176.5 120.11 -
System Red Green Blue C M Y K H S L
Decimal 94 94 191 0.51 0.51 0 0.25 240 0.43 0.56
Hex 5E 5E BF 33 33 0 19 F0 2B 38
Octal 136 136 277 63 63 0 31 360 53 70
Binary 1011110 1011110 10111111 110011 110011 0 11001 11110000 101011 111000

Color Harmonies of #5E5EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5EBF

Black with #5E5EBF

Text Example


Text Example

White with #5E5EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,94,191); }

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

background-color css

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

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

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

border-color css

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

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

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