Html Css Color HEX #511F84 Kingfisher Daisy

📋 copy color: '#511F84'

red 81 ◦ green 31 ◦ blue 132

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

Shades of Kingfisher Daisy #511F84

Tints of Kingfisher Daisy #511F84

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.7%

 BLUE value IS 132 (51.95% from 255) = 54.1%

R = 33.2%
G = 12.7%
B = 54.1%

CMYK

 C value IS 0.39

 M value IS 0.77

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#511F84 (or 0x511F84) is known color: Kingfisher Daisy. HEX triplet: 51, 1F and 84. RGB value is (81,31,132). Sum of RGB (Red+Green+Blue) = 81+31+132=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 31 (12.5% from 255 or 12.70% from 244); Blue value is 132 (51.95% from 255 or 54.10% from 244); Max value from RGB is 132 - color contains mainly: blue. Hex color #511F84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511F84 is #AEE07B. Grayscale: #393939. Windows color (decimal): -11460732 or 8658769. OLE color: 8658769.

HSL color Cylindrical-coordinate representation of color #511F84: hue angle of 269.7º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #511F84 is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 31 132 -
CMYK 0.39 0.77 0 0.48
HSL 269.7º 0.62% 0.32% -
HSV(B) 269.7º 0.77% 0.52% -
XYZ 8.05 4.4 22.25 -
YUV 57.46 170.07 144.79 -
System Red Green Blue C M Y K H S L
Decimal 81 31 132 0.39 0.77 0 0.48 269.7 0.62 0.32
Hex 51 1F 84 27 4D 0 30 10E 3E 20
Octal 121 37 204 47 115 0 60 416 76 40
Binary 1010001 11111 10000100 100111 1001101 0 110000 100001110 111110 100000

Color Harmonies of #511F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511F84

Black with #511F84

Text Example


Text Example

White with #511F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,31,132); }

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

background-color css

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

 a { background-color: rgb(81,31,132); }

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

border-color css

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

 span { border-color: rgb(81,31,132); }

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