Html Css Color HEX #513681 Kingfisher Daisy

📋 copy color: '#513681'

red 81 ◦ green 54 ◦ blue 129

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

Shades of Kingfisher Daisy #513681

Tints of Kingfisher Daisy #513681

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.45%

 BLUE value IS 129 (50.78% from 255) = 48.86%

R = 30.68%
G = 20.45%
B = 48.86%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#513681 (or 0x513681) is known color: Kingfisher Daisy. HEX triplet: 51, 36 and 81. RGB value is (81,54,129). Sum of RGB (Red+Green+Blue) = 81+54+129=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 129 (50.78% from 255 or 48.86% from 264); Max value from RGB is 129 - color contains mainly: blue. Hex color #513681 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513681 is #AEC97E. Grayscale: #464646. Windows color (decimal): -11454847 or 8468049. OLE color: 8468049.

HSL color Cylindrical-coordinate representation of color #513681: hue angle of 261.6º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #513681 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 54 129 -
CMYK 0.37 0.58 0 0.49
HSL 261.6º 0.41% 0.36% -
HSV(B) 261.6º 0.58% 0.51% -
XYZ 8.67 5.97 21.46 -
YUV 70.62 160.95 135.4 -
System Red Green Blue C M Y K H S L
Decimal 81 54 129 0.37 0.58 0 0.49 261.6 0.41 0.36
Hex 51 36 81 25 3A 0 31 106 29 24
Octal 121 66 201 45 72 0 61 406 51 44
Binary 1010001 110110 10000001 100101 111010 0 110001 100000110 101001 100100

Color Harmonies of #513681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513681

Black with #513681

Text Example


Text Example

White with #513681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513681; }

 p { color: rgb(81,54,129); }

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

background-color css

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

 a { background-color: rgb(81,54,129); }

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

border-color css

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

 span { border-color: rgb(81,54,129); }

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