Html Css Color HEX #51326E Blue Diamond

📋 copy color: '#51326E'

red 81 ◦ green 50 ◦ blue 110

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

Shades of Blue Diamond #51326E

Tints of Blue Diamond #51326E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.75%

 BLUE value IS 110 (43.36% from 255) = 45.64%

R = 33.61%
G = 20.75%
B = 45.64%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#51326E (or 0x51326E) is known color: Blue Diamond. HEX triplet: 51, 32 and 6E. RGB value is (81,50,110). Sum of RGB (Red+Green+Blue) = 81+50+110=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 110 - color contains mainly: blue. Hex color #51326E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51326E is #AECD91. Grayscale: #414141. Windows color (decimal): -11455890 or 7221841. OLE color: 7221841.

HSL color Cylindrical-coordinate representation of color #51326E: hue angle of 271º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #51326E is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 81 50 110 -
CMYK 0.26 0.55 0 0.57
HSL 271º 0.38% 0.31% -
HSV(B) 271º 0.55% 0.43% -
XYZ 7.35 5.16 15.36 -
YUV 66.11 152.77 138.62 -
System Red Green Blue C M Y K H S L
Decimal 81 50 110 0.26 0.55 0 0.57 271 0.38 0.31
Hex 51 32 6E 1A 37 0 39 10F 26 1F
Octal 121 62 156 32 67 0 71 417 46 37
Binary 1010001 110010 1101110 11010 110111 0 111001 100001111 100110 11111

Color Harmonies of #51326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51326E

Black with #51326E

Text Example


Text Example

White with #51326E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51326E; }

 p { color: rgb(81,50,110); }

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

background-color css

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

 a { background-color: rgb(81,50,110); }

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

border-color css

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

 span { border-color: rgb(81,50,110); }

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