Html Css Color HEX #512586 Kingfisher Daisy

📋 copy color: '#512586'

red 81 ◦ green 37 ◦ blue 134

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

Shades of Kingfisher Daisy #512586

Tints of Kingfisher Daisy #512586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 53.17%

R = 32.14%
G = 14.68%
B = 53.17%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#512586 (or 0x512586) is known color: Kingfisher Daisy. HEX triplet: 51, 25 and 86. RGB value is (81,37,134). Sum of RGB (Red+Green+Blue) = 81+37+134=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 134 (52.73% from 255 or 53.17% from 252); Max value from RGB is 134 - color contains mainly: blue. Hex color #512586 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512586 is #AEDA79. Grayscale: #3C3C3C. Windows color (decimal): -11459194 or 8791377. OLE color: 8791377.

HSL color Cylindrical-coordinate representation of color #512586: hue angle of 267.22º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #512586 is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 37 134 -
CMYK 0.40 0.72 0 0.47
HSL 267.22º 0.57% 0.34% -
HSV(B) 267.22º 0.72% 0.53% -
XYZ 8.36 4.79 23.04 -
YUV 61.21 169.08 142.11 -
System Red Green Blue C M Y K H S L
Decimal 81 37 134 0.40 0.72 0 0.47 267.22 0.57 0.34
Hex 51 25 86 28 48 0 2F 10B 39 22
Octal 121 45 206 50 110 0 57 413 71 42
Binary 1010001 100101 10000110 101000 1001000 0 101111 100001011 111001 100010

Color Harmonies of #512586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512586

Black with #512586

Text Example


Text Example

White with #512586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512586; }

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

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

background-color css

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

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

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

border-color css

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

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

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