Html Css Color HEX #514485 Gigas

📋 copy color: '#514485'

red 81 ◦ green 68 ◦ blue 133

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

Shades of Gigas #514485

Tints of Gigas #514485

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.11%

 BLUE value IS 133 (52.34% from 255) = 47.16%

R = 28.72%
G = 24.11%
B = 47.16%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#514485 (or 0x514485) is known color: Gigas. HEX triplet: 51, 44 and 85. RGB value is (81,68,133). Sum of RGB (Red+Green+Blue) = 81+68+133=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #514485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514485 is #AEBB7A. Grayscale: #4F4F4F. Windows color (decimal): -11451259 or 8733777. OLE color: 8733777.

HSL color Cylindrical-coordinate representation of color #514485: hue angle of 252º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #514485 is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 68 133 -
CMYK 0.39 0.49 0 0.48
HSL 252º 0.32% 0.39% -
HSV(B) 252º 0.49% 0.52% -
XYZ 9.69 7.58 23.14 -
YUV 79.3 158.31 129.21 -
System Red Green Blue C M Y K H S L
Decimal 81 68 133 0.39 0.49 0 0.48 252 0.32 0.39
Hex 51 44 85 27 31 0 30 FC 20 27
Octal 121 104 205 47 61 0 60 374 40 47
Binary 1010001 1000100 10000101 100111 110001 0 110000 11111100 100000 100111

Color Harmonies of #514485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514485

Black with #514485

Text Example


Text Example

White with #514485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514485; }

 p { color: rgb(81,68,133); }

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

background-color css

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

 a { background-color: rgb(81,68,133); }

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

border-color css

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

 span { border-color: rgb(81,68,133); }

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