Html Css Color HEX #511D8B Kingfisher Daisy

📋 copy color: '#511D8B'

red 81 ◦ green 29 ◦ blue 139

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

Shades of Kingfisher Daisy #511D8B

Tints of Kingfisher Daisy #511D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 55.82%

R = 32.53%
G = 11.65%
B = 55.82%

CMYK

 C value IS 0.42

 M value IS 0.79

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#511D8B (or 0x511D8B) is known color: Kingfisher Daisy. HEX triplet: 51, 1D and 8B. RGB value is (81,29,139). Sum of RGB (Red+Green+Blue) = 81+29+139=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #511D8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511D8B is #AEE274. Grayscale: #383838. Windows color (decimal): -11461237 or 9117009. OLE color: 9117009.

HSL color Cylindrical-coordinate representation of color #511D8B: hue angle of 268.36º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #511D8B is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 29 139 -
CMYK 0.42 0.79 0 0.45
HSL 268.36º 0.65% 0.33% -
HSV(B) 268.36º 0.79% 0.55% -
XYZ 8.49 4.49 24.85 -
YUV 57.09 174.23 145.06 -
System Red Green Blue C M Y K H S L
Decimal 81 29 139 0.42 0.79 0 0.45 268.36 0.65 0.33
Hex 51 1D 8B 2A 4F 0 2D 10C 41 21
Octal 121 35 213 52 117 0 55 414 101 41
Binary 1010001 11101 10001011 101010 1001111 0 101101 100001100 1000001 100001

Color Harmonies of #511D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511D8B

Black with #511D8B

Text Example


Text Example

White with #511D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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