Html Css Color HEX #5238AB Blue Gem

📋 copy color: '#5238AB'

red 82 ◦ green 56 ◦ blue 171

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

Shades of Blue Gem #5238AB

Tints of Blue Gem #5238AB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.12%

 BLUE value IS 171 (67.19% from 255) = 55.34%

R = 26.54%
G = 18.12%
B = 55.34%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5238AB (or 0x5238AB) is known color: Blue Gem. HEX triplet: 52, 38 and AB. RGB value is (82,56,171). Sum of RGB (Red+Green+Blue) = 82+56+171=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #5238AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5238AB is #ADC754. Grayscale: #4C4C4C. Windows color (decimal): -11388757 or 11221074. OLE color: 11221074.

HSL color Cylindrical-coordinate representation of color #5238AB: hue angle of 253.57º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5238AB is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 56 171 -
CMYK 0.52 0.67 0 0.33
HSL 253.57º 0.51% 0.45% -
HSV(B) 253.57º 0.67% 0.67% -
XYZ 12.24 7.56 39.34 -
YUV 76.88 181.11 131.65 -
System Red Green Blue C M Y K H S L
Decimal 82 56 171 0.52 0.67 0 0.33 253.57 0.51 0.45
Hex 52 38 AB 34 43 0 21 FE 33 2D
Octal 122 70 253 64 103 0 41 376 63 55
Binary 1010010 111000 10101011 110100 1000011 0 100001 11111110 110011 101101

Color Harmonies of #5238AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5238AB

Black with #5238AB

Text Example


Text Example

White with #5238AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5238AB; }

 p { color: rgb(82,56,171); }

 H1.HeaderClassName
 {
   color: #5238AB;
 }
 .AnyTagClassName
 {
   color: #5238AB;
 }
</style>

background-color css

<style>
 a { background-color: #5238AB; }

 a { background-color: rgb(82,56,171); }

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

border-color css

<style>
 span { border-color: #5238AB; }

 span { border-color: rgb(82,56,171); }

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