Html Css Color HEX #513480 Kingfisher Daisy

📋 copy color: '#513480'

red 81 ◦ green 52 ◦ blue 128

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

Shades of Kingfisher Daisy #513480

Tints of Kingfisher Daisy #513480

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.92%

 BLUE value IS 128 (50.39% from 255) = 49.04%

R = 31.03%
G = 19.92%
B = 49.04%

CMYK

 C value IS 0.37

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#513480 (or 0x513480) is known color: Kingfisher Daisy. HEX triplet: 51, 34 and 80. RGB value is (81,52,128). Sum of RGB (Red+Green+Blue) = 81+52+128=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 128 - color contains mainly: blue. Hex color #513480 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513480 is #AECB7F. Grayscale: #454545. Windows color (decimal): -11455360 or 8402001. OLE color: 8402001.

HSL color Cylindrical-coordinate representation of color #513480: hue angle of 262.89º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #513480 is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 52 128 -
CMYK 0.37 0.59 0 0.50
HSL 262.89º 0.42% 0.35% -
HSV(B) 262.89º 0.59% 0.5% -
XYZ 8.52 5.76 21.09 -
YUV 69.34 161.11 136.32 -
System Red Green Blue C M Y K H S L
Decimal 81 52 128 0.37 0.59 0 0.50 262.89 0.42 0.35
Hex 51 34 80 25 3B 0 32 107 2A 23
Octal 121 64 200 45 73 0 62 407 52 43
Binary 1010001 110100 10000000 100101 111011 0 110010 100000111 101010 100011

Color Harmonies of #513480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513480

Black with #513480

Text Example


Text Example

White with #513480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513480; }

 p { color: rgb(81,52,128); }

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

background-color css

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

 a { background-color: rgb(81,52,128); }

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

border-color css

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

 span { border-color: rgb(81,52,128); }

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