Html Css Color HEX #512F87 Kingfisher Daisy

📋 copy color: '#512F87'

red 81 ◦ green 47 ◦ blue 135

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

Shades of Kingfisher Daisy #512F87

Tints of Kingfisher Daisy #512F87

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.87%

 BLUE value IS 135 (53.13% from 255) = 51.33%

R = 30.8%
G = 17.87%
B = 51.33%

CMYK

 C value IS 0.40

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#512F87 (or 0x512F87) is known color: Kingfisher Daisy. HEX triplet: 51, 2F and 87. RGB value is (81,47,135). Sum of RGB (Red+Green+Blue) = 81+47+135=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 47 (18.75% from 255 or 17.87% from 263); Blue value is 135 (53.12% from 255 or 51.33% from 263); Max value from RGB is 135 - color contains mainly: blue. Hex color #512F87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512F87 is #AED078. Grayscale: #424242. Windows color (decimal): -11456633 or 8859473. OLE color: 8859473.

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

Color convert

RGB 81 47 135 -
CMYK 0.40 0.65 0 0.47
HSL 263.18º 0.48% 0.36% -
HSV(B) 263.18º 0.65% 0.53% -
XYZ 8.78 5.53 23.53 -
YUV 67.2 166.26 137.84 -
System Red Green Blue C M Y K H S L
Decimal 81 47 135 0.40 0.65 0 0.47 263.18 0.48 0.36
Hex 51 2F 87 28 41 0 2F 107 30 24
Octal 121 57 207 50 101 0 57 407 60 44
Binary 1010001 101111 10000111 101000 1000001 0 101111 100000111 110000 100100

Color Harmonies of #512F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512F87

Black with #512F87

Text Example


Text Example

White with #512F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512F87; }

 p { color: rgb(81,47,135); }

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

background-color css

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

 a { background-color: rgb(81,47,135); }

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

border-color css

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

 span { border-color: rgb(81,47,135); }

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