Html Css Color HEX #513287 Kingfisher Daisy

📋 copy color: '#513287'

red 81 ◦ green 50 ◦ blue 135

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

Shades of Kingfisher Daisy #513287

Tints of Kingfisher Daisy #513287

RGB

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

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

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

R = 30.45%
G = 18.8%
B = 50.75%

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

#513287 (or 0x513287) is known color: Kingfisher Daisy. HEX triplet: 51, 32 and 87. RGB value is (81,50,135). Sum of RGB (Red+Green+Blue) = 81+50+135=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 135 (53.12% from 255 or 50.75% from 266); Max value from RGB is 135 - color contains mainly: blue. Hex color #513287 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513287 is #AECD78. Grayscale: #444444. Windows color (decimal): -11455865 or 8860241. OLE color: 8860241.

HSL color Cylindrical-coordinate representation of color #513287: hue angle of 261.88º 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 #513287 is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 50 135 -
CMYK 0.40 0.63 0 0.47
HSL 261.88º 0.46% 0.36% -
HSV(B) 261.88º 0.63% 0.53% -
XYZ 8.91 5.78 23.57 -
YUV 68.96 165.27 136.59 -
System Red Green Blue C M Y K H S L
Decimal 81 50 135 0.40 0.63 0 0.47 261.88 0.46 0.36
Hex 51 32 87 28 3F 0 2F 106 2E 24
Octal 121 62 207 50 77 0 57 406 56 44
Binary 1010001 110010 10000111 101000 111111 0 101111 100000110 101110 100100

Color Harmonies of #513287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513287

Black with #513287

Text Example


Text Example

White with #513287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513287; }

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

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

background-color css

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

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

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

border-color css

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

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

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