Html Css Color HEX #523B8C Blue Gem

📋 copy color: '#523B8C'

red 82 ◦ green 59 ◦ blue 140

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

Shades of Blue Gem #523B8C

Tints of Blue Gem #523B8C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21%

 BLUE value IS 140 (55.08% from 255) = 49.82%

R = 29.18%
G = 21%
B = 49.82%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#523B8C (or 0x523B8C) is known color: Blue Gem. HEX triplet: 52, 3B and 8C. RGB value is (82,59,140). Sum of RGB (Red+Green+Blue) = 82+59+140=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 140 (55.08% from 255 or 49.82% from 281); Max value from RGB is 140 - color contains mainly: blue. Hex color #523B8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523B8C is #ADC473. Grayscale: #4A4A4A. Windows color (decimal): -11388020 or 9190226. OLE color: 9190226.

HSL color Cylindrical-coordinate representation of color #523B8C: hue angle of 257.04º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #523B8C is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 59 140 -
CMYK 0.41 0.58 0 0.45
HSL 257.04º 0.41% 0.39% -
HSV(B) 257.04º 0.58% 0.55% -
XYZ 9.78 6.82 25.61 -
YUV 75.11 164.62 132.91 -
System Red Green Blue C M Y K H S L
Decimal 82 59 140 0.41 0.58 0 0.45 257.04 0.41 0.39
Hex 52 3B 8C 29 3A 0 2D 101 29 27
Octal 122 73 214 51 72 0 55 401 51 47
Binary 1010010 111011 10001100 101001 111010 0 101101 100000001 101001 100111

Color Harmonies of #523B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523B8C

Black with #523B8C

Text Example


Text Example

White with #523B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,59,140); }

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

background-color css

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

 a { background-color: rgb(82,59,140); }

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

border-color css

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

 span { border-color: rgb(82,59,140); }

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