Html Css Color HEX #512690 Kingfisher Daisy

📋 copy color: '#512690'

red 81 ◦ green 38 ◦ blue 144

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

Shades of Kingfisher Daisy #512690

Tints of Kingfisher Daisy #512690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.45%

 BLUE value IS 144 (56.64% from 255) = 54.75%

R = 30.8%
G = 14.45%
B = 54.75%

CMYK

 C value IS 0.44

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#512690 (or 0x512690) is known color: Kingfisher Daisy. HEX triplet: 51, 26 and 90. RGB value is (81,38,144). Sum of RGB (Red+Green+Blue) = 81+38+144=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #512690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512690 is #AED96F. Grayscale: #3E3E3E. Windows color (decimal): -11458928 or 9446993. OLE color: 9446993.

HSL color Cylindrical-coordinate representation of color #512690: hue angle of 264.34º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #512690 is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 38 144 -
CMYK 0.44 0.74 0 0.44
HSL 264.34º 0.58% 0.36% -
HSV(B) 264.34º 0.74% 0.56% -
XYZ 9.12 5.15 26.9 -
YUV 62.94 173.75 140.88 -
System Red Green Blue C M Y K H S L
Decimal 81 38 144 0.44 0.74 0 0.44 264.34 0.58 0.36
Hex 51 26 90 2C 4A 0 2C 108 3A 24
Octal 121 46 220 54 112 0 54 410 72 44
Binary 1010001 100110 10010000 101100 1001010 0 101100 100001000 111010 100100

Color Harmonies of #512690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512690

Black with #512690

Text Example


Text Example

White with #512690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512690; }

 p { color: rgb(81,38,144); }

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

background-color css

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

 a { background-color: rgb(81,38,144); }

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

border-color css

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

 span { border-color: rgb(81,38,144); }

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