Html Css Color HEX #511B87 Kingfisher Daisy

📋 copy color: '#511B87'

red 81 ◦ green 27 ◦ blue 135

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

Shades of Kingfisher Daisy #511B87

Tints of Kingfisher Daisy #511B87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 55.56%

R = 33.33%
G = 11.11%
B = 55.56%

CMYK

 C value IS 0.40

 M value IS 0.8

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#511B87 (or 0x511B87) is known color: Kingfisher Daisy. HEX triplet: 51, 1B and 87. RGB value is (81,27,135). Sum of RGB (Red+Green+Blue) = 81+27+135=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 27 (10.94% from 255 or 11.11% from 243); Blue value is 135 (53.12% from 255 or 55.56% from 243); Max value from RGB is 135 - color contains mainly: blue. Hex color #511B87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511B87 is #AEE478. Grayscale: #373737. Windows color (decimal): -11461753 or 8854353. OLE color: 8854353.

HSL color Cylindrical-coordinate representation of color #511B87: hue angle of 270º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511B87 is Cyan = 0.40, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 27 135 -
CMYK 0.40 0.8 0 0.47
HSL 270º 0.67% 0.32% -
HSV(B) 270º 0.8% 0.53% -
XYZ 8.16 4.28 23.32 -
YUV 55.46 172.89 146.22 -
System Red Green Blue C M Y K H S L
Decimal 81 27 135 0.40 0.8 0 0.47 270 0.67 0.32
Hex 51 1B 87 28 50 0 2F 10E 43 20
Octal 121 33 207 50 120 0 57 416 103 40
Binary 1010001 11011 10000111 101000 1010000 0 101111 100001110 1000011 100000

Color Harmonies of #511B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511B87

Black with #511B87

Text Example


Text Example

White with #511B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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