Html Css Color HEX #513C8C Blue Gem

📋 copy color: '#513C8C'

red 81 ◦ green 60 ◦ blue 140

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

Shades of Blue Gem #513C8C

Tints of Blue Gem #513C8C

RGB

 RED value IS 81 (32.03% from 255) = 28.83%

 GREEN value IS 60 (23.83% from 255) = 21.35%

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

R = 28.83%
G = 21.35%
B = 49.82%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#513C8C (or 0x513C8C) is known color: Blue Gem. HEX triplet: 51, 3C and 8C. RGB value is (81,60,140). Sum of RGB (Red+Green+Blue) = 81+60+140=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 60 (23.83% from 255 or 21.35% 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 #513C8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513C8C is #AEC373. Grayscale: #4B4B4B. Windows color (decimal): -11453300 or 9190481. OLE color: 9190481.

HSL color Cylindrical-coordinate representation of color #513C8C: hue angle of 255.75º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #513C8C is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 60 140 -
CMYK 0.42 0.57 0 0.45
HSL 255.75º 0.4% 0.39% -
HSV(B) 255.75º 0.57% 0.55% -
XYZ 9.74 6.87 25.62 -
YUV 75.4 164.46 132 -
System Red Green Blue C M Y K H S L
Decimal 81 60 140 0.42 0.57 0 0.45 255.75 0.4 0.39
Hex 51 3C 8C 2A 39 0 2D 100 28 27
Octal 121 74 214 52 71 0 55 400 50 47
Binary 1010001 111100 10001100 101010 111001 0 101101 100000000 101000 100111

Color Harmonies of #513C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C8C

Black with #513C8C

Text Example


Text Example

White with #513C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513C8C; }

 p { color: rgb(81,60,140); }

 H1.HeaderClassName
 {
   color: #513C8C;
 }
 .AnyTagClassName
 {
   color: #513C8C;
 }
</style>

background-color css

<style>
 a { background-color: #513C8C; }

 a { background-color: rgb(81,60,140); }

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

border-color css

<style>
 span { border-color: #513C8C; }

 span { border-color: rgb(81,60,140); }

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