Html Css Color HEX #5E5CB0 Rich Blue

📋 copy color: '#5E5CB0'

red 94 ◦ green 92 ◦ blue 176

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

Shades of Rich Blue #5E5CB0

Tints of Rich Blue #5E5CB0

RGB

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

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

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

R = 25.97%
G = 25.41%
B = 48.62%

CMYK

 C value IS 0.47

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5E5CB0 (or 0x5E5CB0) is known color: Rich Blue. HEX triplet: 5E, 5C and B0. RGB value is (94,92,176). Sum of RGB (Red+Green+Blue) = 94+92+176=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 176 (69.14% from 255 or 48.62% from 362); Max value from RGB is 176 - color contains mainly: blue. Hex color #5E5CB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5CB0 is #A1A34F. Grayscale: #656565. Windows color (decimal): -10593104 or 11557982. OLE color: 11557982.

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

Color convert

RGB 94 92 176 -
CMYK 0.47 0.48 0 0.31
HSL 241.43º 0.35% 0.53% -
HSV(B) 241.43º 0.48% 0.69% -
XYZ 16.28 13.17 42.76 -
YUV 102.17 169.66 122.17 -
System Red Green Blue C M Y K H S L
Decimal 94 92 176 0.47 0.48 0 0.31 241.43 0.35 0.53
Hex 5E 5C B0 2F 30 0 1F F1 23 35
Octal 136 134 260 57 60 0 37 361 43 65
Binary 1011110 1011100 10110000 101111 110000 0 11111 11110001 100011 110101

Color Harmonies of #5E5CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5CB0

Black with #5E5CB0

Text Example


Text Example

White with #5E5CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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