Html Css Color HEX #511D91 Kingfisher Daisy

📋 copy color: '#511D91'

red 81 ◦ green 29 ◦ blue 145

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

Shades of Kingfisher Daisy #511D91

Tints of Kingfisher Daisy #511D91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 56.86%

R = 31.76%
G = 11.37%
B = 56.86%

CMYK

 C value IS 0.44

 M value IS 0.8

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#511D91 (or 0x511D91) is known color: Kingfisher Daisy. HEX triplet: 51, 1D and 91. RGB value is (81,29,145). Sum of RGB (Red+Green+Blue) = 81+29+145=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 145 (57.03% from 255 or 56.86% from 255); Max value from RGB is 145 - color contains mainly: blue. Hex color #511D91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511D91 is #AEE26E. Grayscale: #393939. Windows color (decimal): -11461231 or 9510225. OLE color: 9510225.

HSL color Cylindrical-coordinate representation of color #511D91: hue angle of 266.9º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511D91 is Cyan = 0.44, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 29 145 -
CMYK 0.44 0.8 0 0.43
HSL 266.9º 0.67% 0.34% -
HSV(B) 266.9º 0.8% 0.57% -
XYZ 8.94 4.67 27.22 -
YUV 57.77 177.23 144.57 -
System Red Green Blue C M Y K H S L
Decimal 81 29 145 0.44 0.8 0 0.43 266.9 0.67 0.34
Hex 51 1D 91 2C 50 0 2B 10B 43 22
Octal 121 35 221 54 120 0 53 413 103 42
Binary 1010001 11101 10010001 101100 1010000 0 101011 100001011 1000011 100010

Color Harmonies of #511D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511D91

Black with #511D91

Text Example


Text Example

White with #511D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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