Html Css Color HEX #523DAB Blue Gem

📋 copy color: '#523DAB'

red 82 ◦ green 61 ◦ blue 171

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

Shades of Blue Gem #523DAB

Tints of Blue Gem #523DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.43%

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

R = 26.11%
G = 19.43%
B = 54.46%

CMYK

 C value IS 0.52

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#523DAB (or 0x523DAB) is known color: Blue Gem. HEX triplet: 52, 3D and AB. RGB value is (82,61,171). Sum of RGB (Red+Green+Blue) = 82+61+171=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #523DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523DAB is #ADC254. Grayscale: #4F4F4F. Windows color (decimal): -11387477 or 11222354. OLE color: 11222354.

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

Color convert

RGB 82 61 171 -
CMYK 0.52 0.64 0 0.33
HSL 251.45º 0.47% 0.45% -
HSV(B) 251.45º 0.64% 0.67% -
XYZ 12.5 8.07 39.43 -
YUV 79.82 179.46 129.56 -
System Red Green Blue C M Y K H S L
Decimal 82 61 171 0.52 0.64 0 0.33 251.45 0.47 0.45
Hex 52 3D AB 34 40 0 21 FB 2F 2D
Octal 122 75 253 64 100 0 41 373 57 55
Binary 1010010 111101 10101011 110100 1000000 0 100001 11111011 101111 101101

Color Harmonies of #523DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523DAB

Black with #523DAB

Text Example


Text Example

White with #523DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523DAB; }

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

 H1.HeaderClassName
 {
   color: #523DAB;
 }
 .AnyTagClassName
 {
   color: #523DAB;
 }
</style>

background-color css

<style>
 a { background-color: #523DAB; }

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

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

border-color css

<style>
 span { border-color: #523DAB; }

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

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