Html Css Color HEX #514280 Gigas

📋 copy color: '#514280'

red 81 ◦ green 66 ◦ blue 128

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

Shades of Gigas #514280

Tints of Gigas #514280

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24%

 BLUE value IS 128 (50.39% from 255) = 46.55%

R = 29.45%
G = 24%
B = 46.55%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#514280 (or 0x514280) is known color: Gigas. HEX triplet: 51, 42 and 80. RGB value is (81,66,128). Sum of RGB (Red+Green+Blue) = 81+66+128=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 128 - color contains mainly: blue. Hex color #514280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514280 is #AEBD7F. Grayscale: #4D4D4D. Windows color (decimal): -11451776 or 8405585. OLE color: 8405585.

HSL color Cylindrical-coordinate representation of color #514280: hue angle of 254.52º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #514280 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 66 128 -
CMYK 0.37 0.48 0 0.50
HSL 254.52º 0.32% 0.38% -
HSV(B) 254.52º 0.48% 0.5% -
XYZ 9.24 7.2 21.33 -
YUV 77.55 156.47 130.46 -
System Red Green Blue C M Y K H S L
Decimal 81 66 128 0.37 0.48 0 0.50 254.52 0.32 0.38
Hex 51 42 80 25 30 0 32 FF 20 26
Octal 121 102 200 45 60 0 62 377 40 46
Binary 1010001 1000010 10000000 100101 110000 0 110010 11111111 100000 100110

Color Harmonies of #514280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514280

Black with #514280

Text Example


Text Example

White with #514280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514280; }

 p { color: rgb(81,66,128); }

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

background-color css

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

 a { background-color: rgb(81,66,128); }

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

border-color css

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

 span { border-color: rgb(81,66,128); }

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