Html Css Color HEX #512489 Kingfisher Daisy

📋 copy color: '#512489'

red 81 ◦ green 36 ◦ blue 137

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

Shades of Kingfisher Daisy #512489

Tints of Kingfisher Daisy #512489

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.17%

 BLUE value IS 137 (53.91% from 255) = 53.94%

R = 31.89%
G = 14.17%
B = 53.94%

CMYK

 C value IS 0.41

 M value IS 0.74

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#512489 (or 0x512489) is known color: Kingfisher Daisy. HEX triplet: 51, 24 and 89. RGB value is (81,36,137). Sum of RGB (Red+Green+Blue) = 81+36+137=254 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.89% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 137 (53.91% from 255 or 53.94% from 254); Max value from RGB is 137 - color contains mainly: blue. Hex color #512489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512489 is #AEDB76. Grayscale: #3C3C3C. Windows color (decimal): -11459447 or 8987729. OLE color: 8987729.

HSL color Cylindrical-coordinate representation of color #512489: hue angle of 266.73º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #512489 is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 81 36 137 -
CMYK 0.41 0.74 0 0.46
HSL 266.73º 0.58% 0.34% -
HSV(B) 266.73º 0.74% 0.54% -
XYZ 8.54 4.82 24.15 -
YUV 60.97 170.91 142.29 -
System Red Green Blue C M Y K H S L
Decimal 81 36 137 0.41 0.74 0 0.46 266.73 0.58 0.34
Hex 51 24 89 29 4A 0 2E 10B 3A 22
Octal 121 44 211 51 112 0 56 413 72 42
Binary 1010001 100100 10001001 101001 1001010 0 101110 100001011 111010 100010

Color Harmonies of #512489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512489

Black with #512489

Text Example


Text Example

White with #512489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512489; }

 p { color: rgb(81,36,137); }

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

background-color css

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

 a { background-color: rgb(81,36,137); }

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

border-color css

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

 span { border-color: rgb(81,36,137); }

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