Html Css Color HEX #513286 Kingfisher Daisy

📋 copy color: '#513286'

red 81 ◦ green 50 ◦ blue 134

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

Shades of Kingfisher Daisy #513286

Tints of Kingfisher Daisy #513286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 50.57%

R = 30.57%
G = 18.87%
B = 50.57%

CMYK

 C value IS 0.40

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#513286 (or 0x513286) is known color: Kingfisher Daisy. HEX triplet: 51, 32 and 86. RGB value is (81,50,134). Sum of RGB (Red+Green+Blue) = 81+50+134=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 134 (52.73% from 255 or 50.57% from 265); Max value from RGB is 134 - color contains mainly: blue. Hex color #513286 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513286 is #AECD79. Grayscale: #444444. Windows color (decimal): -11455866 or 8794705. OLE color: 8794705.

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

Color convert

RGB 81 50 134 -
CMYK 0.40 0.63 0 0.47
HSL 262.14º 0.46% 0.36% -
HSV(B) 262.14º 0.63% 0.53% -
XYZ 8.84 5.75 23.2 -
YUV 68.85 164.77 136.67 -
System Red Green Blue C M Y K H S L
Decimal 81 50 134 0.40 0.63 0 0.47 262.14 0.46 0.36
Hex 51 32 86 28 3F 0 2F 106 2E 24
Octal 121 62 206 50 77 0 57 406 56 44
Binary 1010001 110010 10000110 101000 111111 0 101111 100000110 101110 100100

Color Harmonies of #513286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513286

Black with #513286

Text Example


Text Example

White with #513286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513286; }

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

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

background-color css

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

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

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

border-color css

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

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

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