Html Css Color HEX #512E88 Kingfisher Daisy

📋 copy color: '#512E88'

red 81 ◦ green 46 ◦ blue 136

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

Shades of Kingfisher Daisy #512E88

Tints of Kingfisher Daisy #512E88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 51.71%

R = 30.8%
G = 17.49%
B = 51.71%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#512E88 (or 0x512E88) is known color: Kingfisher Daisy. HEX triplet: 51, 2E and 88. RGB value is (81,46,136). Sum of RGB (Red+Green+Blue) = 81+46+136=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 46 (18.36% from 255 or 17.49% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #512E88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512E88 is #AED177. Grayscale: #424242. Windows color (decimal): -11456888 or 8924753. OLE color: 8924753.

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

Color convert

RGB 81 46 136 -
CMYK 0.40 0.66 0 0.47
HSL 263.33º 0.49% 0.36% -
HSV(B) 263.33º 0.66% 0.53% -
XYZ 8.81 5.48 23.89 -
YUV 66.73 167.1 138.18 -
System Red Green Blue C M Y K H S L
Decimal 81 46 136 0.40 0.66 0 0.47 263.33 0.49 0.36
Hex 51 2E 88 28 42 0 2F 107 31 24
Octal 121 56 210 50 102 0 57 407 61 44
Binary 1010001 101110 10001000 101000 1000010 0 101111 100000111 110001 100100

Color Harmonies of #512E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512E88

Black with #512E88

Text Example


Text Example

White with #512E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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