Html Css Color HEX #511C6C Blue Diamond

📋 copy color: '#511C6C'

red 81 ◦ green 28 ◦ blue 108

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

Shades of Blue Diamond #511C6C

Tints of Blue Diamond #511C6C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.9%

 BLUE value IS 108 (42.58% from 255) = 49.77%

R = 37.33%
G = 12.9%
B = 49.77%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#511C6C (or 0x511C6C) is known color: Blue Diamond. HEX triplet: 51, 1C and 6C. RGB value is (81,28,108). Sum of RGB (Red+Green+Blue) = 81+28+108=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #511C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511C6C is #AEE393. Grayscale: #343434. Windows color (decimal): -11461524 or 7085137. OLE color: 7085137.

HSL color Cylindrical-coordinate representation of color #511C6C: hue angle of 279.75º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #511C6C is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 28 108 -
CMYK 0.25 0.74 0 0.58
HSL 279.75º 0.59% 0.27% -
HSV(B) 279.75º 0.74% 0.42% -
XYZ 6.52 3.66 14.55 -
YUV 52.97 159.06 148 -
System Red Green Blue C M Y K H S L
Decimal 81 28 108 0.25 0.74 0 0.58 279.75 0.59 0.27
Hex 51 1C 6C 19 4A 0 3A 118 3B 1B
Octal 121 34 154 31 112 0 72 430 73 33
Binary 1010001 11100 1101100 11001 1001010 0 111010 100011000 111011 11011

Color Harmonies of #511C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511C6C

Black with #511C6C

Text Example


Text Example

White with #511C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511C6C; }

 p { color: rgb(81,28,108); }

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

background-color css

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

 a { background-color: rgb(81,28,108); }

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

border-color css

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

 span { border-color: rgb(81,28,108); }

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