Html Css Color HEX #5348BC Rich Blue

📋 copy color: '#5348BC'

red 83 ◦ green 72 ◦ blue 188

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

Shades of Rich Blue #5348BC

Tints of Rich Blue #5348BC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.99%

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

R = 24.2%
G = 20.99%
B = 54.81%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5348BC (or 0x5348BC) is known color: Rich Blue. HEX triplet: 53, 48 and BC. RGB value is (83,72,188). Sum of RGB (Red+Green+Blue) = 83+72+188=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #5348BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5348BC is #ACB743. Grayscale: #585858. Windows color (decimal): -11319108 or 12339283. OLE color: 12339283.

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

Color convert

RGB 83 72 188 -
CMYK 0.56 0.62 0 0.26
HSL 245.69º 0.46% 0.51% -
HSV(B) 245.69º 0.62% 0.74% -
XYZ 14.96 10.1 48.74 -
YUV 88.51 184.14 124.07 -
System Red Green Blue C M Y K H S L
Decimal 83 72 188 0.56 0.62 0 0.26 245.69 0.46 0.51
Hex 53 48 BC 38 3E 0 1A F6 2E 33
Octal 123 110 274 70 76 0 32 366 56 63
Binary 1010011 1001000 10111100 111000 111110 0 11010 11110110 101110 110011

Color Harmonies of #5348BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5348BC

Black with #5348BC

Text Example


Text Example

White with #5348BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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