Html Css Color HEX #511B91 Kingfisher Daisy

📋 copy color: '#511B91'

red 81 ◦ green 27 ◦ blue 145

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

Shades of Kingfisher Daisy #511B91

Tints of Kingfisher Daisy #511B91

RGB

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

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

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

R = 32.02%
G = 10.67%
B = 57.31%

CMYK

 C value IS 0.44

 M value IS 0.81

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#511B91 (or 0x511B91) is known color: Kingfisher Daisy. HEX triplet: 51, 1B and 91. RGB value is (81,27,145). Sum of RGB (Red+Green+Blue) = 81+27+145=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 27 (10.94% from 255 or 10.67% from 253); Blue value is 145 (57.03% from 255 or 57.31% from 253); Max value from RGB is 145 - color contains mainly: blue. Hex color #511B91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511B91 is #AEE46E. Grayscale: #383838. Windows color (decimal): -11461743 or 9509713. OLE color: 9509713.

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

Color convert

RGB 81 27 145 -
CMYK 0.44 0.81 0 0.43
HSL 267.46º 0.69% 0.34% -
HSV(B) 267.46º 0.81% 0.57% -
XYZ 8.9 4.58 27.2 -
YUV 56.6 177.89 145.41 -
System Red Green Blue C M Y K H S L
Decimal 81 27 145 0.44 0.81 0 0.43 267.46 0.69 0.34
Hex 51 1B 91 2C 51 0 2B 10B 45 22
Octal 121 33 221 54 121 0 53 413 105 42
Binary 1010001 11011 10010001 101100 1010001 0 101011 100001011 1000101 100010

Color Harmonies of #511B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511B91

Black with #511B91

Text Example


Text Example

White with #511B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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