Html Css Color HEX #513289 Kingfisher Daisy

📋 copy color: '#513289'

red 81 ◦ green 50 ◦ blue 137

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

Shades of Kingfisher Daisy #513289

Tints of Kingfisher Daisy #513289

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.66%

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

R = 30.22%
G = 18.66%
B = 51.12%

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

#513289 (or 0x513289) is known color: Kingfisher Daisy. HEX triplet: 51, 32 and 89. RGB value is (81,50,137). Sum of RGB (Red+Green+Blue) = 81+50+137=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #513289 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513289 is #AECD76. Grayscale: #444444. Windows color (decimal): -11455863 or 8991313. OLE color: 8991313.

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

Color convert

RGB 81 50 137 -
CMYK 0.41 0.64 0 0.46
HSL 261.38º 0.47% 0.37% -
HSV(B) 261.38º 0.64% 0.54% -
XYZ 9.05 5.84 24.32 -
YUV 69.19 166.27 136.43 -
System Red Green Blue C M Y K H S L
Decimal 81 50 137 0.41 0.64 0 0.46 261.38 0.47 0.37
Hex 51 32 89 29 40 0 2E 105 2F 25
Octal 121 62 211 51 100 0 56 405 57 45
Binary 1010001 110010 10001001 101001 1000000 0 101110 100000101 101111 100101

Color Harmonies of #513289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513289

Black with #513289

Text Example


Text Example

White with #513289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513289; }

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

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

background-color css

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

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

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

border-color css

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

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

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