Html Css Color HEX #513189 Kingfisher Daisy

📋 copy color: '#513189'

red 81 ◦ green 49 ◦ blue 137

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

Shades of Kingfisher Daisy #513189

Tints of Kingfisher Daisy #513189

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.35%

 BLUE value IS 137 (53.91% from 255) = 51.31%

R = 30.34%
G = 18.35%
B = 51.31%

CMYK

 C value IS 0.41

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#513189 (or 0x513189) is known color: Kingfisher Daisy. HEX triplet: 51, 31 and 89. RGB value is (81,49,137). Sum of RGB (Red+Green+Blue) = 81+49+137=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #513189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513189 is #AECE76. Grayscale: #444444. Windows color (decimal): -11456119 or 8991057. OLE color: 8991057.

HSL color Cylindrical-coordinate representation of color #513189: hue angle of 261.82º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #513189 is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 81 49 137 -
CMYK 0.41 0.64 0 0.46
HSL 261.82º 0.47% 0.36% -
HSV(B) 261.82º 0.64% 0.54% -
XYZ 9.01 5.75 24.3 -
YUV 68.6 166.6 136.84 -
System Red Green Blue C M Y K H S L
Decimal 81 49 137 0.41 0.64 0 0.46 261.82 0.47 0.36
Hex 51 31 89 29 40 0 2E 106 2F 24
Octal 121 61 211 51 100 0 56 406 57 44
Binary 1010001 110001 10001001 101001 1000000 0 101110 100000110 101111 100100

Color Harmonies of #513189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513189

Black with #513189

Text Example


Text Example

White with #513189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513189; }

 p { color: rgb(81,49,137); }

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

background-color css

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

 a { background-color: rgb(81,49,137); }

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

border-color css

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

 span { border-color: rgb(81,49,137); }

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