Html Css Color HEX #513180 Kingfisher Daisy

📋 copy color: '#513180'

red 81 ◦ green 49 ◦ blue 128

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

Shades of Kingfisher Daisy #513180

Tints of Kingfisher Daisy #513180

RGB

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

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

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

R = 31.4%
G = 18.99%
B = 49.61%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#513180 (or 0x513180) is known color: Kingfisher Daisy. HEX triplet: 51, 31 and 80. RGB value is (81,49,128). Sum of RGB (Red+Green+Blue) = 81+49+128=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 128 (50.39% from 255 or 49.61% from 258); Max value from RGB is 128 - color contains mainly: blue. Hex color #513180 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513180 is #AECE7F. Grayscale: #434343. Windows color (decimal): -11456128 or 8401233. OLE color: 8401233.

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

Color convert

RGB 81 49 128 -
CMYK 0.37 0.62 0 0.50
HSL 264.3º 0.45% 0.35% -
HSV(B) 264.3º 0.62% 0.5% -
XYZ 8.39 5.5 21.04 -
YUV 67.57 162.1 137.58 -
System Red Green Blue C M Y K H S L
Decimal 81 49 128 0.37 0.62 0 0.50 264.3 0.45 0.35
Hex 51 31 80 25 3E 0 32 108 2D 23
Octal 121 61 200 45 76 0 62 410 55 43
Binary 1010001 110001 10000000 100101 111110 0 110010 100001000 101101 100011

Color Harmonies of #513180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513180

Black with #513180

Text Example


Text Example

White with #513180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513180; }

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

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

background-color css

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

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

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

border-color css

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

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

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