Html Css Color HEX #514588 Gigas

📋 copy color: '#514588'

red 81 ◦ green 69 ◦ blue 136

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

Shades of Gigas #514588

Tints of Gigas #514588

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.13%

 BLUE value IS 136 (53.52% from 255) = 47.55%

R = 28.32%
G = 24.13%
B = 47.55%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#514588 (or 0x514588) is known color: Gigas. HEX triplet: 51, 45 and 88. RGB value is (81,69,136). Sum of RGB (Red+Green+Blue) = 81+69+136=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #514588 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514588 is #AEBA77. Grayscale: #4F4F4F. Windows color (decimal): -11451000 or 8930641. OLE color: 8930641.

HSL color Cylindrical-coordinate representation of color #514588: hue angle of 250.75º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #514588 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 69 136 -
CMYK 0.40 0.49 0 0.47
HSL 250.75º 0.33% 0.4% -
HSV(B) 250.75º 0.49% 0.53% -
XYZ 9.97 7.78 24.27 -
YUV 80.23 159.48 128.55 -
System Red Green Blue C M Y K H S L
Decimal 81 69 136 0.40 0.49 0 0.47 250.75 0.33 0.4
Hex 51 45 88 28 31 0 2F FB 21 28
Octal 121 105 210 50 61 0 57 373 41 50
Binary 1010001 1000101 10001000 101000 110001 0 101111 11111011 100001 101000

Color Harmonies of #514588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514588

Black with #514588

Text Example


Text Example

White with #514588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514588; }

 p { color: rgb(81,69,136); }

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

background-color css

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

 a { background-color: rgb(81,69,136); }

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

border-color css

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

 span { border-color: rgb(81,69,136); }

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