Html Css Color HEX #5E5CBB Rich Blue

📋 copy color: '#5E5CBB'

red 94 ◦ green 92 ◦ blue 187

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

Shades of Rich Blue #5E5CBB

Tints of Rich Blue #5E5CBB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.66%

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

R = 25.2%
G = 24.66%
B = 50.13%

CMYK

 C value IS 0.50

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5E5CBB (or 0x5E5CBB) is known color: Rich Blue. HEX triplet: 5E, 5C and BB. RGB value is (94,92,187). Sum of RGB (Red+Green+Blue) = 94+92+187=373 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.20% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E5CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5CBB is #A1A344. Grayscale: #676767. Windows color (decimal): -10593093 or 12278878. OLE color: 12278878.

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

Color convert

RGB 94 92 187 -
CMYK 0.50 0.51 0 0.27
HSL 241.26º 0.41% 0.55% -
HSV(B) 241.26º 0.51% 0.73% -
XYZ 17.41 13.62 48.73 -
YUV 103.43 175.16 121.28 -
System Red Green Blue C M Y K H S L
Decimal 94 92 187 0.50 0.51 0 0.27 241.26 0.41 0.55
Hex 5E 5C BB 32 33 0 1B F1 29 37
Octal 136 134 273 62 63 0 33 361 51 67
Binary 1011110 1011100 10111011 110010 110011 0 11011 11110001 101001 110111

Color Harmonies of #5E5CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5CBB

Black with #5E5CBB

Text Example


Text Example

White with #5E5CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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