Html Css Color HEX #512693 Kingfisher Daisy

📋 copy color: '#512693'

red 81 ◦ green 38 ◦ blue 147

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

Shades of Kingfisher Daisy #512693

Tints of Kingfisher Daisy #512693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 55.26%

R = 30.45%
G = 14.29%
B = 55.26%

CMYK

 C value IS 0.45

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#512693 (or 0x512693) is known color: Kingfisher Daisy. HEX triplet: 51, 26 and 93. RGB value is (81,38,147). Sum of RGB (Red+Green+Blue) = 81+38+147=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #512693 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512693 is #AED96C. Grayscale: #3E3E3E. Windows color (decimal): -11458925 or 9643601. OLE color: 9643601.

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

Color convert

RGB 81 38 147 -
CMYK 0.45 0.74 0 0.42
HSL 263.67º 0.59% 0.36% -
HSV(B) 263.67º 0.74% 0.58% -
XYZ 9.35 5.24 28.12 -
YUV 63.28 175.25 140.64 -
System Red Green Blue C M Y K H S L
Decimal 81 38 147 0.45 0.74 0 0.42 263.67 0.59 0.36
Hex 51 26 93 2D 4A 0 2A 108 3B 24
Octal 121 46 223 55 112 0 52 410 73 44
Binary 1010001 100110 10010011 101101 1001010 0 101010 100001000 111011 100100

Color Harmonies of #512693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512693

Black with #512693

Text Example


Text Example

White with #512693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512693; }

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

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

background-color css

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

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

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

border-color css

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

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

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