Html Css Color HEX #513187 Kingfisher Daisy

📋 copy color: '#513187'

red 81 ◦ green 49 ◦ blue 135

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

Shades of Kingfisher Daisy #513187

Tints of Kingfisher Daisy #513187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 50.94%

R = 30.57%
G = 18.49%
B = 50.94%

CMYK

 C value IS 0.40

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#513187 (or 0x513187) is known color: Kingfisher Daisy. HEX triplet: 51, 31 and 87. RGB value is (81,49,135). Sum of RGB (Red+Green+Blue) = 81+49+135=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 135 (53.12% from 255 or 50.94% from 265); Max value from RGB is 135 - color contains mainly: blue. Hex color #513187 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513187 is #AECE78. Grayscale: #444444. Windows color (decimal): -11456121 or 8859985. OLE color: 8859985.

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

Color convert

RGB 81 49 135 -
CMYK 0.40 0.64 0 0.47
HSL 262.33º 0.47% 0.36% -
HSV(B) 262.33º 0.64% 0.53% -
XYZ 8.86 5.7 23.55 -
YUV 68.37 165.6 137.01 -
System Red Green Blue C M Y K H S L
Decimal 81 49 135 0.40 0.64 0 0.47 262.33 0.47 0.36
Hex 51 31 87 28 40 0 2F 106 2F 24
Octal 121 61 207 50 100 0 57 406 57 44
Binary 1010001 110001 10000111 101000 1000000 0 101111 100000110 101111 100100

Color Harmonies of #513187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513187

Black with #513187

Text Example


Text Example

White with #513187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513187; }

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

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

background-color css

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

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

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

border-color css

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

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

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