Html Css Color HEX #513877 Kingfisher Daisy

📋 copy color: '#513877'

red 81 ◦ green 56 ◦ blue 119

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

Shades of Kingfisher Daisy #513877

Tints of Kingfisher Daisy #513877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 46.48%

R = 31.64%
G = 21.88%
B = 46.48%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#513877 (or 0x513877) is known color: Kingfisher Daisy. HEX triplet: 51, 38 and 77. RGB value is (81,56,119). Sum of RGB (Red+Green+Blue) = 81+56+119=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #513877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513877 is #AEC788. Grayscale: #464646. Windows color (decimal): -11454345 or 7813201. OLE color: 7813201.

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

Color convert

RGB 81 56 119 -
CMYK 0.32 0.53 0 0.53
HSL 263.81º 0.36% 0.34% -
HSV(B) 263.81º 0.53% 0.47% -
XYZ 8.14 5.91 18.16 -
YUV 70.66 155.28 135.38 -
System Red Green Blue C M Y K H S L
Decimal 81 56 119 0.32 0.53 0 0.53 263.81 0.36 0.34
Hex 51 38 77 20 35 0 35 108 24 22
Octal 121 70 167 40 65 0 65 410 44 42
Binary 1010001 111000 1110111 100000 110101 0 110101 100001000 100100 100010

Color Harmonies of #513877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513877

Black with #513877

Text Example


Text Example

White with #513877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513877; }

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

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

background-color css

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

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

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

border-color css

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

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

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