Html Css Color HEX #51437F Gigas

📋 copy color: '#51437F'

red 81 ◦ green 67 ◦ blue 127

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

Shades of Gigas #51437F

Tints of Gigas #51437F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.36%

 BLUE value IS 127 (50% from 255) = 46.18%

R = 29.45%
G = 24.36%
B = 46.18%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#51437F (or 0x51437F) is known color: Gigas. HEX triplet: 51, 43 and 7F. RGB value is (81,67,127). Sum of RGB (Red+Green+Blue) = 81+67+127=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 127 - color contains mainly: blue. Hex color #51437F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51437F is #AEBC80. Grayscale: #4D4D4D. Windows color (decimal): -11451521 or 8340305. OLE color: 8340305.

HSL color Cylindrical-coordinate representation of color #51437F: hue angle of 254º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51437F is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 67 127 -
CMYK 0.36 0.47 0 0.50
HSL 254º 0.31% 0.38% -
HSV(B) 254º 0.47% 0.5% -
XYZ 9.23 7.3 21 -
YUV 78.03 155.64 130.12 -
System Red Green Blue C M Y K H S L
Decimal 81 67 127 0.36 0.47 0 0.50 254 0.31 0.38
Hex 51 43 7F 24 2F 0 32 FE 1F 26
Octal 121 103 177 44 57 0 62 376 37 46
Binary 1010001 1000011 1111111 100100 101111 0 110010 11111110 11111 100110

Color Harmonies of #51437F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51437F

Black with #51437F

Text Example


Text Example

White with #51437F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51437F; }

 p { color: rgb(81,67,127); }

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

background-color css

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

 a { background-color: rgb(81,67,127); }

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

border-color css

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

 span { border-color: rgb(81,67,127); }

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