Html Css Color HEX #512680 Kingfisher Daisy

📋 copy color: '#512680'

red 81 ◦ green 38 ◦ blue 128

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

Shades of Kingfisher Daisy #512680

Tints of Kingfisher Daisy #512680

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.38%

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

R = 32.79%
G = 15.38%
B = 51.82%

CMYK

 C value IS 0.37

 M value IS 0.70

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#512680 (or 0x512680) is known color: Kingfisher Daisy. HEX triplet: 51, 26 and 80. RGB value is (81,38,128). Sum of RGB (Red+Green+Blue) = 81+38+128=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 128 (50.39% from 255 or 51.82% from 247); Max value from RGB is 128 - color contains mainly: blue. Hex color #512680 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512680 is #AED97F. Grayscale: #3C3C3C. Windows color (decimal): -11458944 or 8398417. OLE color: 8398417.

HSL color Cylindrical-coordinate representation of color #512680: hue angle of 268.67º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #512680 is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 38 128 -
CMYK 0.37 0.70 0 0.50
HSL 268.67º 0.54% 0.33% -
HSV(B) 268.67º 0.7% 0.5% -
XYZ 7.98 4.69 20.91 -
YUV 61.12 165.75 142.18 -
System Red Green Blue C M Y K H S L
Decimal 81 38 128 0.37 0.70 0 0.50 268.67 0.54 0.33
Hex 51 26 80 25 46 0 32 10D 36 21
Octal 121 46 200 45 106 0 62 415 66 41
Binary 1010001 100110 10000000 100101 1000110 0 110010 100001101 110110 100001

Color Harmonies of #512680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512680

Black with #512680

Text Example


Text Example

White with #512680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512680; }

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

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

background-color css

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

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

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

border-color css

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

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

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