Html Css Color HEX #513882 Kingfisher Daisy

📋 copy color: '#513882'

red 81 ◦ green 56 ◦ blue 130

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

Shades of Kingfisher Daisy #513882

Tints of Kingfisher Daisy #513882

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.97%

 BLUE value IS 130 (51.17% from 255) = 48.69%

R = 30.34%
G = 20.97%
B = 48.69%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#513882 (or 0x513882) is known color: Kingfisher Daisy. HEX triplet: 51, 38 and 82. RGB value is (81,56,130). Sum of RGB (Red+Green+Blue) = 81+56+130=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 130 - color contains mainly: blue. Hex color #513882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513882 is #AEC77D. Grayscale: #474747. Windows color (decimal): -11454334 or 8534097. OLE color: 8534097.

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

Color convert

RGB 81 56 130 -
CMYK 0.38 0.57 0 0.49
HSL 260.27º 0.4% 0.36% -
HSV(B) 260.27º 0.57% 0.51% -
XYZ 8.84 6.19 21.85 -
YUV 71.91 160.78 134.48 -
System Red Green Blue C M Y K H S L
Decimal 81 56 130 0.38 0.57 0 0.49 260.27 0.4 0.36
Hex 51 38 82 26 39 0 31 104 28 24
Octal 121 70 202 46 71 0 61 404 50 44
Binary 1010001 111000 10000010 100110 111001 0 110001 100000100 101000 100100

Color Harmonies of #513882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513882

Black with #513882

Text Example


Text Example

White with #513882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513882; }

 p { color: rgb(81,56,130); }

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

background-color css

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

 a { background-color: rgb(81,56,130); }

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

border-color css

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

 span { border-color: rgb(81,56,130); }

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