Html Css Color HEX #5350BB Rich Blue

📋 copy color: '#5350BB'

red 83 ◦ green 80 ◦ blue 187

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

Shades of Rich Blue #5350BB

Tints of Rich Blue #5350BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.43%

R = 23.71%
G = 22.86%
B = 53.43%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5350BB (or 0x5350BB) is known color: Rich Blue. HEX triplet: 53, 50 and BB. RGB value is (83,80,187). Sum of RGB (Red+Green+Blue) = 83+80+187=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #5350BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5350BB is #ACAF44. Grayscale: #5C5C5C. Windows color (decimal): -11317061 or 12275795. OLE color: 12275795.

HSL color Cylindrical-coordinate representation of color #5350BB: hue angle of 241.68º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5350BB is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 80 187 -
CMYK 0.56 0.57 0 0.27
HSL 241.68º 0.44% 0.52% -
HSV(B) 241.68º 0.57% 0.73% -
XYZ 15.41 11.16 48.36 -
YUV 93.1 180.99 120.8 -
System Red Green Blue C M Y K H S L
Decimal 83 80 187 0.56 0.57 0 0.27 241.68 0.44 0.52
Hex 53 50 BB 38 39 0 1B F2 2C 34
Octal 123 120 273 70 71 0 33 362 54 64
Binary 1010011 1010000 10111011 111000 111001 0 11011 11110010 101100 110100

Color Harmonies of #5350BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5350BB

Black with #5350BB

Text Example


Text Example

White with #5350BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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