Html Css Color HEX #512E7E Kingfisher Daisy

📋 copy color: '#512E7E'

red 81 ◦ green 46 ◦ blue 126

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

Shades of Kingfisher Daisy #512E7E

Tints of Kingfisher Daisy #512E7E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.18%

 BLUE value IS 126 (49.61% from 255) = 49.8%

R = 32.02%
G = 18.18%
B = 49.8%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#512E7E (or 0x512E7E) is known color: Kingfisher Daisy. HEX triplet: 51, 2E and 7E. RGB value is (81,46,126). Sum of RGB (Red+Green+Blue) = 81+46+126=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 126 (49.61% from 255 or 49.80% from 253); Max value from RGB is 126 - color contains mainly: blue. Hex color #512E7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512E7E is #AED181. Grayscale: #414141. Windows color (decimal): -11456898 or 8269393. OLE color: 8269393.

HSL color Cylindrical-coordinate representation of color #512E7E: hue angle of 266.25º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #512E7E is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 46 126 -
CMYK 0.36 0.63 0 0.51
HSL 266.25º 0.47% 0.34% -
HSV(B) 266.25º 0.63% 0.49% -
XYZ 8.14 5.21 20.32 -
YUV 65.59 162.1 139 -
System Red Green Blue C M Y K H S L
Decimal 81 46 126 0.36 0.63 0 0.51 266.25 0.47 0.34
Hex 51 2E 7E 24 3F 0 33 10A 2F 22
Octal 121 56 176 44 77 0 63 412 57 42
Binary 1010001 101110 1111110 100100 111111 0 110011 100001010 101111 100010

Color Harmonies of #512E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512E7E

Black with #512E7E

Text Example


Text Example

White with #512E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512E7E; }

 p { color: rgb(81,46,126); }

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

background-color css

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

 a { background-color: rgb(81,46,126); }

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

border-color css

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

 span { border-color: rgb(81,46,126); }

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