Html Css Color HEX #513479 Kingfisher Daisy

📋 copy color: '#513479'

red 81 ◦ green 52 ◦ blue 121

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

Shades of Kingfisher Daisy #513479

Tints of Kingfisher Daisy #513479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 47.64%

R = 31.89%
G = 20.47%
B = 47.64%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#513479 (or 0x513479) is known color: Kingfisher Daisy. HEX triplet: 51, 34 and 79. RGB value is (81,52,121). Sum of RGB (Red+Green+Blue) = 81+52+121=254 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.89% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 121 (47.66% from 255 or 47.64% from 254); Max value from RGB is 121 - color contains mainly: blue. Hex color #513479 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513479 is #AECB86. Grayscale: #444444. Windows color (decimal): -11455367 or 7943249. OLE color: 7943249.

HSL color Cylindrical-coordinate representation of color #513479: hue angle of 265.22º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #513479 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 52 121 -
CMYK 0.33 0.57 0 0.53
HSL 265.22º 0.4% 0.34% -
HSV(B) 265.22º 0.57% 0.47% -
XYZ 8.07 5.59 18.74 -
YUV 68.54 157.61 136.89 -
System Red Green Blue C M Y K H S L
Decimal 81 52 121 0.33 0.57 0 0.53 265.22 0.4 0.34
Hex 51 34 79 21 39 0 35 109 28 22
Octal 121 64 171 41 71 0 65 411 50 42
Binary 1010001 110100 1111001 100001 111001 0 110101 100001001 101000 100010

Color Harmonies of #513479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513479

Black with #513479

Text Example


Text Example

White with #513479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513479; }

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

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

background-color css

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

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

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

border-color css

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

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

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