Html Css Color HEX #51437D Gigas

📋 copy color: '#51437D'

red 81 ◦ green 67 ◦ blue 125

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

Shades of Gigas #51437D

Tints of Gigas #51437D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 45.79%

R = 29.67%
G = 24.54%
B = 45.79%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#51437D (or 0x51437D) is known color: Gigas. HEX triplet: 51, 43 and 7D. RGB value is (81,67,125). Sum of RGB (Red+Green+Blue) = 81+67+125=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 125 - color contains mainly: blue. Hex color #51437D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51437D is #AEBC82. Grayscale: #4D4D4D. Windows color (decimal): -11451523 or 8209233. OLE color: 8209233.

HSL color Cylindrical-coordinate representation of color #51437D: hue angle of 254.48º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #51437D is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 67 125 -
CMYK 0.35 0.46 0 0.51
HSL 254.48º 0.3% 0.38% -
HSV(B) 254.48º 0.46% 0.49% -
XYZ 9.1 7.24 20.32 -
YUV 77.8 154.64 130.28 -
System Red Green Blue C M Y K H S L
Decimal 81 67 125 0.35 0.46 0 0.51 254.48 0.3 0.38
Hex 51 43 7D 23 2E 0 33 FE 1E 26
Octal 121 103 175 43 56 0 63 376 36 46
Binary 1010001 1000011 1111101 100011 101110 0 110011 11111110 11110 100110

Color Harmonies of #51437D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51437D

Black with #51437D

Text Example


Text Example

White with #51437D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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