Html Css Color HEX #511978 Blue Diamond

📋 copy color: '#511978'

red 81 ◦ green 25 ◦ blue 120

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

Shades of Blue Diamond #511978

Tints of Blue Diamond #511978

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.06%

 BLUE value IS 120 (47.27% from 255) = 53.1%

R = 35.84%
G = 11.06%
B = 53.1%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#511978 (or 0x511978) is known color: Blue Diamond. HEX triplet: 51, 19 and 78. RGB value is (81,25,120). Sum of RGB (Red+Green+Blue) = 81+25+120=226 (29% of max value = 765). Red value is 81 (32.03% from 255 or 35.84% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #511978 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511978 is #AEE687. Grayscale: #343434. Windows color (decimal): -11462280 or 7870801. OLE color: 7870801.

HSL color Cylindrical-coordinate representation of color #511978: hue angle of 275.37º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #511978 is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 25 120 -
CMYK 0.32 0.79 0 0.53
HSL 275.37º 0.66% 0.28% -
HSV(B) 275.37º 0.79% 0.47% -
XYZ 7.13 3.8 18.13 -
YUV 52.57 166.05 148.28 -
System Red Green Blue C M Y K H S L
Decimal 81 25 120 0.32 0.79 0 0.53 275.37 0.66 0.28
Hex 51 19 78 20 4F 0 35 113 42 1C
Octal 121 31 170 40 117 0 65 423 102 34
Binary 1010001 11001 1111000 100000 1001111 0 110101 100010011 1000010 11100

Color Harmonies of #511978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511978

Black with #511978

Text Example


Text Example

White with #511978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511978; }

 p { color: rgb(81,25,120); }

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

background-color css

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

 a { background-color: rgb(81,25,120); }

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

border-color css

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

 span { border-color: rgb(81,25,120); }

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