Html Css Color HEX #5E60BC Rich Blue

📋 copy color: '#5E60BC'

red 94 ◦ green 96 ◦ blue 188

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

Shades of Rich Blue #5E60BC

Tints of Rich Blue #5E60BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.74%

R = 24.87%
G = 25.4%
B = 49.74%

CMYK

 C value IS 0.50

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5E60BC (or 0x5E60BC) is known color: Rich Blue. HEX triplet: 5E, 60 and BC. RGB value is (94,96,188). Sum of RGB (Red+Green+Blue) = 94+96+188=378 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.87% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E60BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E60BC is #A19F43. Grayscale: #696969. Windows color (decimal): -10592068 or 12345438. OLE color: 12345438.

HSL color Cylindrical-coordinate representation of color #5E60BC: hue angle of 238.72º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E60BC is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 94 96 188 -
CMYK 0.50 0.49 0 0.26
HSL 238.72º 0.41% 0.55% -
HSV(B) 238.72º 0.5% 0.74% -
XYZ 17.88 14.38 49.41 -
YUV 105.89 174.34 119.52 -
System Red Green Blue C M Y K H S L
Decimal 94 96 188 0.50 0.49 0 0.26 238.72 0.41 0.55
Hex 5E 60 BC 32 31 0 1A EF 29 37
Octal 136 140 274 62 61 0 32 357 51 67
Binary 1011110 1100000 10111100 110010 110001 0 11010 11101111 101001 110111

Color Harmonies of #5E60BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E60BC

Black with #5E60BC

Text Example


Text Example

White with #5E60BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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