Html Css Color HEX #511B8A Kingfisher Daisy

📋 copy color: '#511B8A'

red 81 ◦ green 27 ◦ blue 138

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

Shades of Kingfisher Daisy #511B8A

Tints of Kingfisher Daisy #511B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 56.1%

R = 32.93%
G = 10.98%
B = 56.1%

CMYK

 C value IS 0.41

 M value IS 0.80

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#511B8A (or 0x511B8A) is known color: Kingfisher Daisy. HEX triplet: 51, 1B and 8A. RGB value is (81,27,138). Sum of RGB (Red+Green+Blue) = 81+27+138=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 27 (10.94% from 255 or 10.98% from 246); Blue value is 138 (54.30% from 255 or 56.10% from 246); Max value from RGB is 138 - color contains mainly: blue. Hex color #511B8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511B8A is #AEE475. Grayscale: #373737. Windows color (decimal): -11461750 or 9050961. OLE color: 9050961.

HSL color Cylindrical-coordinate representation of color #511B8A: hue angle of 269.19º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511B8A is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 81 27 138 -
CMYK 0.41 0.80 0 0.46
HSL 269.19º 0.67% 0.32% -
HSV(B) 269.19º 0.8% 0.54% -
XYZ 8.37 4.37 24.45 -
YUV 55.8 174.39 145.97 -
System Red Green Blue C M Y K H S L
Decimal 81 27 138 0.41 0.80 0 0.46 269.19 0.67 0.32
Hex 51 1B 8A 29 50 0 2E 10D 43 20
Octal 121 33 212 51 120 0 56 415 103 40
Binary 1010001 11011 10001010 101001 1010000 0 101110 100001101 1000011 100000

Color Harmonies of #511B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511B8A

Black with #511B8A

Text Example


Text Example

White with #511B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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