Html Css Color HEX #512F83 Kingfisher Daisy

📋 copy color: '#512F83'

red 81 ◦ green 47 ◦ blue 131

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

Shades of Kingfisher Daisy #512F83

Tints of Kingfisher Daisy #512F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 50.58%

R = 31.27%
G = 18.15%
B = 50.58%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#512F83 (or 0x512F83) is known color: Kingfisher Daisy. HEX triplet: 51, 2F and 83. RGB value is (81,47,131). Sum of RGB (Red+Green+Blue) = 81+47+131=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 131 (51.56% from 255 or 50.58% from 259); Max value from RGB is 131 - color contains mainly: blue. Hex color #512F83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512F83 is #AED07C. Grayscale: #424242. Windows color (decimal): -11456637 or 8597329. OLE color: 8597329.

HSL color Cylindrical-coordinate representation of color #512F83: hue angle of 264.29º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #512F83 is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 47 131 -
CMYK 0.38 0.64 0 0.49
HSL 264.29º 0.47% 0.35% -
HSV(B) 264.29º 0.64% 0.51% -
XYZ 8.51 5.42 22.07 -
YUV 66.74 164.26 138.17 -
System Red Green Blue C M Y K H S L
Decimal 81 47 131 0.38 0.64 0 0.49 264.29 0.47 0.35
Hex 51 2F 83 26 40 0 31 108 2F 23
Octal 121 57 203 46 100 0 61 410 57 43
Binary 1010001 101111 10000011 100110 1000000 0 110001 100001000 101111 100011

Color Harmonies of #512F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512F83

Black with #512F83

Text Example


Text Example

White with #512F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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