Html Css Color HEX #511B8B Kingfisher Daisy

📋 copy color: '#511B8B'

red 81 ◦ green 27 ◦ blue 139

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

Shades of Kingfisher Daisy #511B8B

Tints of Kingfisher Daisy #511B8B

RGB

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

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

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

R = 32.79%
G = 10.93%
B = 56.28%

CMYK

 C value IS 0.42

 M value IS 0.81

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#511B8B (or 0x511B8B) is known color: Kingfisher Daisy. HEX triplet: 51, 1B and 8B. RGB value is (81,27,139). Sum of RGB (Red+Green+Blue) = 81+27+139=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 27 (10.94% from 255 or 10.93% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #511B8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511B8B is #AEE474. Grayscale: #373737. Windows color (decimal): -11461749 or 9116497. OLE color: 9116497.

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

Color convert

RGB 81 27 139 -
CMYK 0.42 0.81 0 0.45
HSL 268.93º 0.67% 0.33% -
HSV(B) 268.93º 0.81% 0.55% -
XYZ 8.45 4.4 24.83 -
YUV 55.91 174.89 145.89 -
System Red Green Blue C M Y K H S L
Decimal 81 27 139 0.42 0.81 0 0.45 268.93 0.67 0.33
Hex 51 1B 8B 2A 51 0 2D 10D 43 21
Octal 121 33 213 52 121 0 55 415 103 41
Binary 1010001 11011 10001011 101010 1010001 0 101101 100001101 1000011 100001

Color Harmonies of #511B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511B8B

Black with #511B8B

Text Example


Text Example

White with #511B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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