Html Css Color HEX #512577 Blue Diamond

📋 copy color: '#512577'

red 81 ◦ green 37 ◦ blue 119

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

Shades of Blue Diamond #512577

Tints of Blue Diamond #512577

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.61%

 BLUE value IS 119 (46.88% from 255) = 50.21%

R = 34.18%
G = 15.61%
B = 50.21%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#512577 (or 0x512577) is known color: Blue Diamond. HEX triplet: 51, 25 and 77. RGB value is (81,37,119). Sum of RGB (Red+Green+Blue) = 81+37+119=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #512577 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512577 is #AEDA88. Grayscale: #3B3B3B. Windows color (decimal): -11459209 or 7808337. OLE color: 7808337.

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

Color convert

RGB 81 37 119 -
CMYK 0.32 0.69 0 0.53
HSL 272.2º 0.53% 0.31% -
HSV(B) 272.2º 0.69% 0.47% -
XYZ 7.38 4.4 17.91 -
YUV 59.5 161.58 143.33 -
System Red Green Blue C M Y K H S L
Decimal 81 37 119 0.32 0.69 0 0.53 272.2 0.53 0.31
Hex 51 25 77 20 45 0 35 110 35 1F
Octal 121 45 167 40 105 0 65 420 65 37
Binary 1010001 100101 1110111 100000 1000101 0 110101 100010000 110101 11111

Color Harmonies of #512577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512577

Black with #512577

Text Example


Text Example

White with #512577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512577; }

 p { color: rgb(81,37,119); }

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

background-color css

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

 a { background-color: rgb(81,37,119); }

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

border-color css

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

 span { border-color: rgb(81,37,119); }

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