Html Css Color HEX #511B99 Kingfisher Daisy

📋 copy color: '#511B99'

red 81 ◦ green 27 ◦ blue 153

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

Shades of Kingfisher Daisy #511B99

Tints of Kingfisher Daisy #511B99

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.34%

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

R = 31.03%
G = 10.34%
B = 58.62%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#511B99 (or 0x511B99) is known color: Kingfisher Daisy. HEX triplet: 51, 1B and 99. RGB value is (81,27,153). Sum of RGB (Red+Green+Blue) = 81+27+153=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #511B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511B99 is #AEE466. Grayscale: #393939. Windows color (decimal): -11461735 or 10034001. OLE color: 10034001.

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

Color convert

RGB 81 27 153 -
CMYK 0.47 0.82 0 0.4
HSL 265.71º 0.7% 0.35% -
HSV(B) 265.71º 0.82% 0.6% -
XYZ 9.54 4.83 30.57 -
YUV 57.51 181.89 144.75 -
System Red Green Blue C M Y K H S L
Decimal 81 27 153 0.47 0.82 0 0.4 265.71 0.7 0.35
Hex 51 1B 99 2F 52 0 28 10A 46 23
Octal 121 33 231 57 122 0 50 412 106 43
Binary 1010001 11011 10011001 101111 1010010 0 101000 100001010 1000110 100011

Color Harmonies of #511B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511B99

Black with #511B99

Text Example


Text Example

White with #511B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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