Html Css Color HEX #512675 Blue Diamond

📋 copy color: '#512675'

red 81 ◦ green 38 ◦ blue 117

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

Shades of Blue Diamond #512675

Tints of Blue Diamond #512675

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.1%

 BLUE value IS 117 (46.09% from 255) = 49.58%

R = 34.32%
G = 16.1%
B = 49.58%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#512675 (or 0x512675) is known color: Blue Diamond. HEX triplet: 51, 26 and 75. RGB value is (81,38,117). Sum of RGB (Red+Green+Blue) = 81+38+117=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #512675 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512675 is #AED98A. Grayscale: #3B3B3B. Windows color (decimal): -11458955 or 7677521. OLE color: 7677521.

HSL color Cylindrical-coordinate representation of color #512675: hue angle of 272.66º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #512675 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 38 117 -
CMYK 0.31 0.68 0 0.54
HSL 272.66º 0.51% 0.3% -
HSV(B) 272.66º 0.68% 0.46% -
XYZ 7.3 4.42 17.3 -
YUV 59.86 160.25 143.08 -
System Red Green Blue C M Y K H S L
Decimal 81 38 117 0.31 0.68 0 0.54 272.66 0.51 0.3
Hex 51 26 75 1F 44 0 36 111 33 1E
Octal 121 46 165 37 104 0 66 421 63 36
Binary 1010001 100110 1110101 11111 1000100 0 110110 100010001 110011 11110

Color Harmonies of #512675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512675

Black with #512675

Text Example


Text Example

White with #512675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512675; }

 p { color: rgb(81,38,117); }

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

background-color css

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

 a { background-color: rgb(81,38,117); }

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

border-color css

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

 span { border-color: rgb(81,38,117); }

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