Html Css Color HEX #51437B Gigas

📋 copy color: '#51437B'

red 81 ◦ green 67 ◦ blue 123

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

Shades of Gigas #51437B

Tints of Gigas #51437B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 45.39%

R = 29.89%
G = 24.72%
B = 45.39%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#51437B (or 0x51437B) is known color: Gigas. HEX triplet: 51, 43 and 7B. RGB value is (81,67,123). Sum of RGB (Red+Green+Blue) = 81+67+123=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 123 - color contains mainly: blue. Hex color #51437B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51437B is #AEBC84. Grayscale: #4D4D4D. Windows color (decimal): -11451525 or 8078161. OLE color: 8078161.

HSL color Cylindrical-coordinate representation of color #51437B: hue angle of 255º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #51437B is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 81 67 123 -
CMYK 0.34 0.46 0 0.52
HSL 255º 0.29% 0.37% -
HSV(B) 255º 0.46% 0.48% -
XYZ 8.98 7.19 19.65 -
YUV 77.57 153.64 130.45 -
System Red Green Blue C M Y K H S L
Decimal 81 67 123 0.34 0.46 0 0.52 255 0.29 0.37
Hex 51 43 7B 22 2E 0 34 FF 1D 25
Octal 121 103 173 42 56 0 64 377 35 45
Binary 1010001 1000011 1111011 100010 101110 0 110100 11111111 11101 100101

Color Harmonies of #51437B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51437B

Black with #51437B

Text Example


Text Example

White with #51437B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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