Html Css Color HEX #5236AB Blue Gem

📋 copy color: '#5236AB'

red 82 ◦ green 54 ◦ blue 171

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

Shades of Blue Gem #5236AB

Tints of Blue Gem #5236AB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.59%

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

R = 26.71%
G = 17.59%
B = 55.7%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5236AB (or 0x5236AB) is known color: Blue Gem. HEX triplet: 52, 36 and AB. RGB value is (82,54,171). Sum of RGB (Red+Green+Blue) = 82+54+171=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #5236AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5236AB is #ADC954. Grayscale: #4B4B4B. Windows color (decimal): -11389269 or 11220562. OLE color: 11220562.

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

Color convert

RGB 82 54 171 -
CMYK 0.52 0.68 0 0.33
HSL 254.36º 0.52% 0.44% -
HSV(B) 254.36º 0.68% 0.67% -
XYZ 12.15 7.37 39.31 -
YUV 75.71 181.78 132.49 -
System Red Green Blue C M Y K H S L
Decimal 82 54 171 0.52 0.68 0 0.33 254.36 0.52 0.44
Hex 52 36 AB 34 44 0 21 FE 34 2C
Octal 122 66 253 64 104 0 41 376 64 54
Binary 1010010 110110 10101011 110100 1000100 0 100001 11111110 110100 101100

Color Harmonies of #5236AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5236AB

Black with #5236AB

Text Example


Text Example

White with #5236AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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