Html Css Color HEX #511878 Blue Diamond

📋 copy color: '#511878'

red 81 ◦ green 24 ◦ blue 120

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

Shades of Blue Diamond #511878

Tints of Blue Diamond #511878

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.67%

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

R = 36%
G = 10.67%
B = 53.33%

CMYK

 C value IS 0.32

 M value IS 0.8

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#511878 (or 0x511878) is known color: Blue Diamond. HEX triplet: 51, 18 and 78. RGB value is (81,24,120). Sum of RGB (Red+Green+Blue) = 81+24+120=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #511878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511878 is #AEE787. Grayscale: #333333. Windows color (decimal): -11462536 or 7870545. OLE color: 7870545.

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

Color convert

RGB 81 24 120 -
CMYK 0.32 0.8 0 0.53
HSL 275.63º 0.67% 0.28% -
HSV(B) 275.63º 0.8% 0.47% -
XYZ 7.11 3.76 18.12 -
YUV 51.99 166.38 148.69 -
System Red Green Blue C M Y K H S L
Decimal 81 24 120 0.32 0.8 0 0.53 275.63 0.67 0.28
Hex 51 18 78 20 50 0 35 114 43 1C
Octal 121 30 170 40 120 0 65 424 103 34
Binary 1010001 11000 1111000 100000 1010000 0 110101 100010100 1000011 11100

Color Harmonies of #511878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511878

Black with #511878

Text Example


Text Example

White with #511878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511878; }

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

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

background-color css

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

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

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

border-color css

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

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

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