Html Css Color HEX #511D99 Kingfisher Daisy

📋 copy color: '#511D99'

red 81 ◦ green 29 ◦ blue 153

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

Shades of Kingfisher Daisy #511D99

Tints of Kingfisher Daisy #511D99

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.03%

 BLUE value IS 153 (60.16% from 255) = 58.17%

R = 30.8%
G = 11.03%
B = 58.17%

CMYK

 C value IS 0.47

 M value IS 0.81

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#511D99 (or 0x511D99) is known color: Kingfisher Daisy. HEX triplet: 51, 1D and 99. RGB value is (81,29,153). Sum of RGB (Red+Green+Blue) = 81+29+153=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 29 (11.72% from 255 or 11.03% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #511D99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511D99 is #AEE266. Grayscale: #3A3A3A. Windows color (decimal): -11461223 or 10034513. OLE color: 10034513.

HSL color Cylindrical-coordinate representation of color #511D99: hue angle of 265.16º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #511D99 is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 29 153 -
CMYK 0.47 0.81 0 0.4
HSL 265.16º 0.68% 0.36% -
HSV(B) 265.16º 0.81% 0.6% -
XYZ 9.58 4.93 30.58 -
YUV 58.68 181.23 143.92 -
System Red Green Blue C M Y K H S L
Decimal 81 29 153 0.47 0.81 0 0.4 265.16 0.68 0.36
Hex 51 1D 99 2F 51 0 28 109 44 24
Octal 121 35 231 57 121 0 50 411 104 44
Binary 1010001 11101 10011001 101111 1010001 0 101000 100001001 1000100 100100

Color Harmonies of #511D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511D99

Black with #511D99

Text Example


Text Example

White with #511D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,29,153); }

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

background-color css

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

 a { background-color: rgb(81,29,153); }

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

border-color css

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

 span { border-color: rgb(81,29,153); }

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