Html Css Color HEX #513380 Kingfisher Daisy

📋 copy color: '#513380'

red 81 ◦ green 51 ◦ blue 128

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

Shades of Kingfisher Daisy #513380

Tints of Kingfisher Daisy #513380

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.62%

 BLUE value IS 128 (50.39% from 255) = 49.23%

R = 31.15%
G = 19.62%
B = 49.23%

CMYK

 C value IS 0.37

 M value IS 0.60

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#513380 (or 0x513380) is known color: Kingfisher Daisy. HEX triplet: 51, 33 and 80. RGB value is (81,51,128). Sum of RGB (Red+Green+Blue) = 81+51+128=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 128 (50.39% from 255 or 49.23% from 260); Max value from RGB is 128 - color contains mainly: blue. Hex color #513380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513380 is #AECC7F. Grayscale: #444444. Windows color (decimal): -11455616 or 8401745. OLE color: 8401745.

HSL color Cylindrical-coordinate representation of color #513380: hue angle of 263.38º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #513380 is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 51 128 -
CMYK 0.37 0.60 0 0.50
HSL 263.38º 0.43% 0.35% -
HSV(B) 263.38º 0.6% 0.5% -
XYZ 8.47 5.68 21.07 -
YUV 68.75 161.44 136.74 -
System Red Green Blue C M Y K H S L
Decimal 81 51 128 0.37 0.60 0 0.50 263.38 0.43 0.35
Hex 51 33 80 25 3C 0 32 107 2B 23
Octal 121 63 200 45 74 0 62 407 53 43
Binary 1010001 110011 10000000 100101 111100 0 110010 100000111 101011 100011

Color Harmonies of #513380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513380

Black with #513380

Text Example


Text Example

White with #513380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513380; }

 p { color: rgb(81,51,128); }

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

background-color css

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

 a { background-color: rgb(81,51,128); }

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

border-color css

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

 span { border-color: rgb(81,51,128); }

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