Html Css Color HEX #512294 Kingfisher Daisy

📋 copy color: '#512294'

red 81 ◦ green 34 ◦ blue 148

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

Shades of Kingfisher Daisy #512294

Tints of Kingfisher Daisy #512294

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.93%

 BLUE value IS 148 (58.2% from 255) = 56.27%

R = 30.8%
G = 12.93%
B = 56.27%

CMYK

 C value IS 0.45

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#512294 (or 0x512294) is known color: Kingfisher Daisy. HEX triplet: 51, 22 and 94. RGB value is (81,34,148). Sum of RGB (Red+Green+Blue) = 81+34+148=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 148 (58.20% from 255 or 56.27% from 263); Max value from RGB is 148 - color contains mainly: blue. Hex color #512294 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512294 is #AEDD6B. Grayscale: #3C3C3C. Windows color (decimal): -11459948 or 9708113. OLE color: 9708113.

HSL color Cylindrical-coordinate representation of color #512294: hue angle of 264.74º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #512294 is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 34 148 -
CMYK 0.45 0.77 0 0.42
HSL 264.74º 0.63% 0.36% -
HSV(B) 264.74º 0.77% 0.58% -
XYZ 9.31 5.03 28.5 -
YUV 61.05 177.07 142.23 -
System Red Green Blue C M Y K H S L
Decimal 81 34 148 0.45 0.77 0 0.42 264.74 0.63 0.36
Hex 51 22 94 2D 4D 0 2A 109 3F 24
Octal 121 42 224 55 115 0 52 411 77 44
Binary 1010001 100010 10010100 101101 1001101 0 101010 100001001 111111 100100

Color Harmonies of #512294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512294

Black with #512294

Text Example


Text Example

White with #512294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512294; }

 p { color: rgb(81,34,148); }

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

background-color css

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

 a { background-color: rgb(81,34,148); }

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

border-color css

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

 span { border-color: rgb(81,34,148); }

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