Html Css Color HEX #5351BE Rich Blue

📋 copy color: '#5351BE'

red 83 ◦ green 81 ◦ blue 190

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

Shades of Rich Blue #5351BE

Tints of Rich Blue #5351BE

RGB

 RED value IS 83 (32.81% from 255) = 23.45%

 GREEN value IS 81 (32.03% from 255) = 22.88%

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

R = 23.45%
G = 22.88%
B = 53.67%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5351BE (or 0x5351BE) is known color: Rich Blue. HEX triplet: 53, 51 and BE. RGB value is (83,81,190). Sum of RGB (Red+Green+Blue) = 83+81+190=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #5351BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5351BE is #ACAE41. Grayscale: #5D5D5D. Windows color (decimal): -11316802 or 12472659. OLE color: 12472659.

HSL color Cylindrical-coordinate representation of color #5351BE: hue angle of 241.1º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5351BE is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 81 190 -
CMYK 0.56 0.57 0 0.25
HSL 241.1º 0.46% 0.53% -
HSV(B) 241.1º 0.57% 0.75% -
XYZ 15.8 11.44 50.09 -
YUV 94.02 182.16 120.14 -
System Red Green Blue C M Y K H S L
Decimal 83 81 190 0.56 0.57 0 0.25 241.1 0.46 0.53
Hex 53 51 BE 38 39 0 19 F1 2E 35
Octal 123 121 276 70 71 0 31 361 56 65
Binary 1010011 1010001 10111110 111000 111001 0 11001 11110001 101110 110101

Color Harmonies of #5351BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5351BE

Black with #5351BE

Text Example


Text Example

White with #5351BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5351BE; }

 p { color: rgb(83,81,190); }

 H1.HeaderClassName
 {
   color: #5351BE;
 }
 .AnyTagClassName
 {
   color: #5351BE;
 }
</style>

background-color css

<style>
 a { background-color: #5351BE; }

 a { background-color: rgb(83,81,190); }

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

border-color css

<style>
 span { border-color: #5351BE; }

 span { border-color: rgb(83,81,190); }

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