Html Css Color HEX #5E5FB0 Rich Blue

📋 copy color: '#5E5FB0'

red 94 ◦ green 95 ◦ blue 176

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

Shades of Rich Blue #5E5FB0

Tints of Rich Blue #5E5FB0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.03%

 BLUE value IS 176 (69.14% from 255) = 48.22%

R = 25.75%
G = 26.03%
B = 48.22%

CMYK

 C value IS 0.47

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5E5FB0 (or 0x5E5FB0) is known color: Rich Blue. HEX triplet: 5E, 5F and B0. RGB value is (94,95,176). Sum of RGB (Red+Green+Blue) = 94+95+176=365 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.75% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 176 (69.14% from 255 or 48.22% from 365); Max value from RGB is 176 - color contains mainly: blue. Hex color #5E5FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5FB0 is #A1A04F. Grayscale: #676767. Windows color (decimal): -10592336 or 11558750. OLE color: 11558750.

HSL color Cylindrical-coordinate representation of color #5E5FB0: hue angle of 239.27º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E5FB0 is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 94 95 176 -
CMYK 0.47 0.46 0 0.31
HSL 239.27º 0.34% 0.53% -
HSV(B) 239.27º 0.47% 0.69% -
XYZ 16.54 13.7 42.85 -
YUV 103.94 168.67 120.91 -
System Red Green Blue C M Y K H S L
Decimal 94 95 176 0.47 0.46 0 0.31 239.27 0.34 0.53
Hex 5E 5F B0 2F 2E 0 1F EF 22 35
Octal 136 137 260 57 56 0 37 357 42 65
Binary 1011110 1011111 10110000 101111 101110 0 11111 11101111 100010 110101

Color Harmonies of #5E5FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5FB0

Black with #5E5FB0

Text Example


Text Example

White with #5E5FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,95,176); }

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

background-color css

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

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

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

border-color css

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

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

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