Html Css Color HEX #512E85 Kingfisher Daisy

📋 copy color: '#512E85'

red 81 ◦ green 46 ◦ blue 133

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

Shades of Kingfisher Daisy #512E85

Tints of Kingfisher Daisy #512E85

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.69%

 BLUE value IS 133 (52.34% from 255) = 51.15%

R = 31.15%
G = 17.69%
B = 51.15%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#512E85 (or 0x512E85) is known color: Kingfisher Daisy. HEX triplet: 51, 2E and 85. RGB value is (81,46,133). Sum of RGB (Red+Green+Blue) = 81+46+133=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 133 (52.34% from 255 or 51.15% from 260); Max value from RGB is 133 - color contains mainly: blue. Hex color #512E85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512E85 is #AED17A. Grayscale: #424242. Windows color (decimal): -11456891 or 8728145. OLE color: 8728145.

HSL color Cylindrical-coordinate representation of color #512E85: hue angle of 264.14º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #512E85 is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 46 133 -
CMYK 0.39 0.65 0 0.48
HSL 264.14º 0.49% 0.35% -
HSV(B) 264.14º 0.65% 0.52% -
XYZ 8.6 5.4 22.78 -
YUV 66.38 165.6 138.43 -
System Red Green Blue C M Y K H S L
Decimal 81 46 133 0.39 0.65 0 0.48 264.14 0.49 0.35
Hex 51 2E 85 27 41 0 30 108 31 23
Octal 121 56 205 47 101 0 60 410 61 43
Binary 1010001 101110 10000101 100111 1000001 0 110000 100001000 110001 100011

Color Harmonies of #512E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512E85

Black with #512E85

Text Example


Text Example

White with #512E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,46,133); }

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

background-color css

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

 a { background-color: rgb(81,46,133); }

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

border-color css

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

 span { border-color: rgb(81,46,133); }

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