Html Css Color HEX #5E60BE Rich Blue

📋 copy color: '#5E60BE'

red 94 ◦ green 96 ◦ blue 190

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

Shades of Rich Blue #5E60BE

Tints of Rich Blue #5E60BE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.26%

 BLUE value IS 190 (74.61% from 255) = 50%

R = 24.74%
G = 25.26%
B = 50%

CMYK

 C value IS 0.51

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E60BE (or 0x5E60BE) is known color: Rich Blue. HEX triplet: 5E, 60 and BE. RGB value is (94,96,190). Sum of RGB (Red+Green+Blue) = 94+96+190=380 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.74% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E60BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E60BE is #A19F41. Grayscale: #696969. Windows color (decimal): -10592066 or 12476510. OLE color: 12476510.

HSL color Cylindrical-coordinate representation of color #5E60BE: hue angle of 238.75º degrees, saturation: 0.42, 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 #5E60BE is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 96 190 -
CMYK 0.51 0.49 0 0.25
HSL 238.75º 0.42% 0.56% -
HSV(B) 238.75º 0.51% 0.75% -
XYZ 18.09 14.46 50.55 -
YUV 106.12 175.34 119.36 -
System Red Green Blue C M Y K H S L
Decimal 94 96 190 0.51 0.49 0 0.25 238.75 0.42 0.56
Hex 5E 60 BE 33 31 0 19 EF 2A 38
Octal 136 140 276 63 61 0 31 357 52 70
Binary 1011110 1100000 10111110 110011 110001 0 11001 11101111 101010 111000

Color Harmonies of #5E60BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E60BE

Black with #5E60BE

Text Example


Text Example

White with #5E60BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,96,190); }

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

background-color css

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

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

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

border-color css

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

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

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