Html Css Color HEX #5243A3 Blue Gem

📋 copy color: '#5243A3'

red 82 ◦ green 67 ◦ blue 163

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

Shades of Blue Gem #5243A3

Tints of Blue Gem #5243A3

RGB

 RED value IS 82 (32.42% from 255) = 26.28%

 GREEN value IS 67 (26.56% from 255) = 21.47%

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

R = 26.28%
G = 21.47%
B = 52.24%

CMYK

 C value IS 0.50

 M value IS 0.59

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#5243A3 (or 0x5243A3) is known color: Blue Gem. HEX triplet: 52, 43 and A3. RGB value is (82,67,163). Sum of RGB (Red+Green+Blue) = 82+67+163=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 163 (64.06% from 255 or 52.24% from 312); Max value from RGB is 163 - color contains mainly: blue. Hex color #5243A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5243A3 is #ADBC5C. Grayscale: #525252. Windows color (decimal): -11385949 or 10699602. OLE color: 10699602.

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

Color convert

RGB 82 67 163 -
CMYK 0.50 0.59 0 0.36
HSL 249.38º 0.42% 0.45% -
HSV(B) 249.38º 0.59% 0.64% -
XYZ 12.1 8.45 35.64 -
YUV 82.43 173.47 127.69 -
System Red Green Blue C M Y K H S L
Decimal 82 67 163 0.50 0.59 0 0.36 249.38 0.42 0.45
Hex 52 43 A3 32 3B 0 24 F9 2A 2D
Octal 122 103 243 62 73 0 44 371 52 55
Binary 1010010 1000011 10100011 110010 111011 0 100100 11111001 101010 101101

Color Harmonies of #5243A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5243A3

Black with #5243A3

Text Example


Text Example

White with #5243A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,67,163); }

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

background-color css

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

 a { background-color: rgb(82,67,163); }

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

border-color css

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

 span { border-color: rgb(82,67,163); }

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