Html Css Color HEX #512891 Kingfisher Daisy

📋 copy color: '#512891'

red 81 ◦ green 40 ◦ blue 145

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

Shades of Kingfisher Daisy #512891

Tints of Kingfisher Daisy #512891

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.04%

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

R = 30.45%
G = 15.04%
B = 54.51%

CMYK

 C value IS 0.44

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#512891 (or 0x512891) is known color: Kingfisher Daisy. HEX triplet: 51, 28 and 91. RGB value is (81,40,145). Sum of RGB (Red+Green+Blue) = 81+40+145=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #512891 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512891 is #AED76E. Grayscale: #3F3F3F. Windows color (decimal): -11458415 or 9513041. OLE color: 9513041.

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

Color convert

RGB 81 40 145 -
CMYK 0.44 0.72 0 0.43
HSL 263.43º 0.57% 0.36% -
HSV(B) 263.43º 0.72% 0.57% -
XYZ 9.26 5.31 27.33 -
YUV 64.23 173.58 139.96 -
System Red Green Blue C M Y K H S L
Decimal 81 40 145 0.44 0.72 0 0.43 263.43 0.57 0.36
Hex 51 28 91 2C 48 0 2B 107 39 24
Octal 121 50 221 54 110 0 53 407 71 44
Binary 1010001 101000 10010001 101100 1001000 0 101011 100000111 111001 100100

Color Harmonies of #512891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512891

Black with #512891

Text Example


Text Example

White with #512891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512891; }

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

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

background-color css

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

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

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

border-color css

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

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

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