Html Css Color HEX #5341BB Rich Blue

📋 copy color: '#5341BB'

red 83 ◦ green 65 ◦ blue 187

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

Shades of Rich Blue #5341BB

Tints of Rich Blue #5341BB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.4%

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

R = 24.78%
G = 19.4%
B = 55.82%

CMYK

 C value IS 0.56

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5341BB (or 0x5341BB) is known color: Rich Blue. HEX triplet: 53, 41 and BB. RGB value is (83,65,187). Sum of RGB (Red+Green+Blue) = 83+65+187=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 187 (73.44% from 255 or 55.82% from 335); Max value from RGB is 187 - color contains mainly: blue. Hex color #5341BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5341BB is #ACBE44. Grayscale: #535353. Windows color (decimal): -11320901 or 12271955. OLE color: 12271955.

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

Color convert

RGB 83 65 187 -
CMYK 0.56 0.65 0 0.27
HSL 248.85º 0.48% 0.49% -
HSV(B) 248.85º 0.65% 0.73% -
XYZ 14.43 9.21 48.03 -
YUV 84.29 185.96 127.08 -
System Red Green Blue C M Y K H S L
Decimal 83 65 187 0.56 0.65 0 0.27 248.85 0.48 0.49
Hex 53 41 BB 38 41 0 1B F9 30 31
Octal 123 101 273 70 101 0 33 371 60 61
Binary 1010011 1000001 10111011 111000 1000001 0 11011 11111001 110000 110001

Color Harmonies of #5341BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5341BB

Black with #5341BB

Text Example


Text Example

White with #5341BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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