Html Css Color HEX #512F8B Kingfisher Daisy

📋 copy color: '#512F8B'

red 81 ◦ green 47 ◦ blue 139

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

Shades of Kingfisher Daisy #512F8B

Tints of Kingfisher Daisy #512F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 52.06%

R = 30.34%
G = 17.6%
B = 52.06%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#512F8B (or 0x512F8B) is known color: Kingfisher Daisy. HEX triplet: 51, 2F and 8B. RGB value is (81,47,139). Sum of RGB (Red+Green+Blue) = 81+47+139=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #512F8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512F8B is #AED074. Grayscale: #434343. Windows color (decimal): -11456629 or 9121617. OLE color: 9121617.

HSL color Cylindrical-coordinate representation of color #512F8B: hue angle of 262.17º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #512F8B is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 47 139 -
CMYK 0.42 0.66 0 0.45
HSL 262.17º 0.49% 0.36% -
HSV(B) 262.17º 0.66% 0.55% -
XYZ 9.07 5.65 25.04 -
YUV 67.65 168.26 137.52 -
System Red Green Blue C M Y K H S L
Decimal 81 47 139 0.42 0.66 0 0.45 262.17 0.49 0.36
Hex 51 2F 8B 2A 42 0 2D 106 31 24
Octal 121 57 213 52 102 0 55 406 61 44
Binary 1010001 101111 10001011 101010 1000010 0 101101 100000110 110001 100100

Color Harmonies of #512F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512F8B

Black with #512F8B

Text Example


Text Example

White with #512F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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