Html Css Color HEX #5344A3 Blue Gem

📋 copy color: '#5344A3'

red 83 ◦ green 68 ◦ blue 163

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

Shades of Blue Gem #5344A3

Tints of Blue Gem #5344A3

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.66%

 BLUE value IS 163 (64.06% from 255) = 51.91%

R = 26.43%
G = 21.66%
B = 51.91%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#5344A3 (or 0x5344A3) is known color: Blue Gem. HEX triplet: 53, 44 and A3. RGB value is (83,68,163). Sum of RGB (Red+Green+Blue) = 83+68+163=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 163 (64.06% from 255 or 51.91% from 314); Max value from RGB is 163 - color contains mainly: blue. Hex color #5344A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5344A3 is #ACBB5C. Grayscale: #525252. Windows color (decimal): -11320157 or 10699859. OLE color: 10699859.

HSL color Cylindrical-coordinate representation of color #5344A3: hue angle of 249.47º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5344A3 is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 68 163 -
CMYK 0.49 0.58 0 0.36
HSL 249.47º 0.41% 0.45% -
HSV(B) 249.47º 0.58% 0.64% -
XYZ 12.25 8.62 35.67 -
YUV 83.32 172.97 127.78 -
System Red Green Blue C M Y K H S L
Decimal 83 68 163 0.49 0.58 0 0.36 249.47 0.41 0.45
Hex 53 44 A3 31 3A 0 24 F9 29 2D
Octal 123 104 243 61 72 0 44 371 51 55
Binary 1010011 1000100 10100011 110001 111010 0 100100 11111001 101001 101101

Color Harmonies of #5344A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5344A3

Black with #5344A3

Text Example


Text Example

White with #5344A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5344A3; }

 p { color: rgb(83,68,163); }

 H1.HeaderClassName
 {
   color: #5344A3;
 }
 .AnyTagClassName
 {
   color: #5344A3;
 }
</style>

background-color css

<style>
 a { background-color: #5344A3; }

 a { background-color: rgb(83,68,163); }

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

border-color css

<style>
 span { border-color: #5344A3; }

 span { border-color: rgb(83,68,163); }

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