Html Css Color HEX #5341BC Rich Blue

📋 copy color: '#5341BC'

red 83 ◦ green 65 ◦ blue 188

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

Shades of Rich Blue #5341BC

Tints of Rich Blue #5341BC

RGB

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

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

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

R = 24.7%
G = 19.35%
B = 55.95%

CMYK

 C value IS 0.56

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5341BC (or 0x5341BC) is known color: Rich Blue. HEX triplet: 53, 41 and BC. RGB value is (83,65,188). Sum of RGB (Red+Green+Blue) = 83+65+188=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #5341BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5341BC is #ACBE43. Grayscale: #535353. Windows color (decimal): -11320900 or 12337491. OLE color: 12337491.

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

Color convert

RGB 83 65 188 -
CMYK 0.56 0.65 0 0.26
HSL 248.78º 0.49% 0.5% -
HSV(B) 248.78º 0.65% 0.74% -
XYZ 14.53 9.25 48.6 -
YUV 84.4 186.46 127 -
System Red Green Blue C M Y K H S L
Decimal 83 65 188 0.56 0.65 0 0.26 248.78 0.49 0.5
Hex 53 41 BC 38 41 0 1A F9 31 32
Octal 123 101 274 70 101 0 32 371 61 62
Binary 1010011 1000001 10111100 111000 1000001 0 11010 11111001 110001 110010

Color Harmonies of #5341BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5341BC

Black with #5341BC

Text Example


Text Example

White with #5341BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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