Html Css Color HEX #5350BF Rich Blue

📋 copy color: '#5350BF'

red 83 ◦ green 80 ◦ blue 191

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

Shades of Rich Blue #5350BF

Tints of Rich Blue #5350BF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.6%

 BLUE value IS 191 (75% from 255) = 53.95%

R = 23.45%
G = 22.6%
B = 53.95%

CMYK

 C value IS 0.57

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5350BF (or 0x5350BF) is known color: Rich Blue. HEX triplet: 53, 50 and BF. RGB value is (83,80,191). Sum of RGB (Red+Green+Blue) = 83+80+191=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #5350BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5350BF is #ACAF40. Grayscale: #5D5D5D. Windows color (decimal): -11317057 or 12537939. OLE color: 12537939.

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

Color convert

RGB 83 80 191 -
CMYK 0.57 0.58 0 0.25
HSL 241.62º 0.46% 0.53% -
HSV(B) 241.62º 0.58% 0.75% -
XYZ 15.84 11.34 50.64 -
YUV 93.55 182.99 120.47 -
System Red Green Blue C M Y K H S L
Decimal 83 80 191 0.57 0.58 0 0.25 241.62 0.46 0.53
Hex 53 50 BF 39 3A 0 19 F2 2E 35
Octal 123 120 277 71 72 0 31 362 56 65
Binary 1010011 1010000 10111111 111001 111010 0 11001 11110010 101110 110101

Color Harmonies of #5350BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5350BF

Black with #5350BF

Text Example


Text Example

White with #5350BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5350BF; }

 p { color: rgb(83,80,191); }

 H1.HeaderClassName
 {
   color: #5350BF;
 }
 .AnyTagClassName
 {
   color: #5350BF;
 }
</style>

background-color css

<style>
 a { background-color: #5350BF; }

 a { background-color: rgb(83,80,191); }

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

border-color css

<style>
 span { border-color: #5350BF; }

 span { border-color: rgb(83,80,191); }

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