Html Css Color HEX #5F5EBC Rich Blue

📋 copy color: '#5F5EBC'

red 95 ◦ green 94 ◦ blue 188

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

Shades of Rich Blue #5F5EBC

Tints of Rich Blue #5F5EBC

RGB

 RED value IS 95 (37.5% from 255) = 25.2%

 GREEN value IS 94 (37.11% from 255) = 24.93%

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

R = 25.2%
G = 24.93%
B = 49.87%

CMYK

 C value IS 0.49

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5F5EBC (or 0x5F5EBC) is known color: Rich Blue. HEX triplet: 5F, 5E and BC. RGB value is (95,94,188). Sum of RGB (Red+Green+Blue) = 95+94+188=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #5F5EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5EBC is #A0A143. Grayscale: #686868. Windows color (decimal): -10527044 or 12344927. OLE color: 12344927.

HSL color Cylindrical-coordinate representation of color #5F5EBC: hue angle of 240.64º 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 #5F5EBC is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 95 94 188 -
CMYK 0.49 0.50 0 0.26
HSL 240.64º 0.41% 0.55% -
HSV(B) 240.64º 0.5% 0.74% -
XYZ 17.8 14.07 49.35 -
YUV 105.02 174.83 120.86 -
System Red Green Blue C M Y K H S L
Decimal 95 94 188 0.49 0.50 0 0.26 240.64 0.41 0.55
Hex 5F 5E BC 31 32 0 1A F1 29 37
Octal 137 136 274 61 62 0 32 361 51 67
Binary 1011111 1011110 10111100 110001 110010 0 11010 11110001 101001 110111

Color Harmonies of #5F5EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5EBC

Black with #5F5EBC

Text Example


Text Example

White with #5F5EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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