Html Css Color HEX #512D8A Kingfisher Daisy

📋 copy color: '#512D8A'

red 81 ◦ green 45 ◦ blue 138

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

Shades of Kingfisher Daisy #512D8A

Tints of Kingfisher Daisy #512D8A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.05%

 BLUE value IS 138 (54.3% from 255) = 52.27%

R = 30.68%
G = 17.05%
B = 52.27%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#512D8A (or 0x512D8A) is known color: Kingfisher Daisy. HEX triplet: 51, 2D and 8A. RGB value is (81,45,138). Sum of RGB (Red+Green+Blue) = 81+45+138=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #512D8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512D8A is #AED275. Grayscale: #424242. Windows color (decimal): -11457142 or 9055569. OLE color: 9055569.

HSL color Cylindrical-coordinate representation of color #512D8A: hue angle of 263.23º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #512D8A is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 81 45 138 -
CMYK 0.41 0.67 0 0.46
HSL 263.23º 0.51% 0.36% -
HSV(B) 263.23º 0.67% 0.54% -
XYZ 8.92 5.46 24.63 -
YUV 66.37 168.43 138.44 -
System Red Green Blue C M Y K H S L
Decimal 81 45 138 0.41 0.67 0 0.46 263.23 0.51 0.36
Hex 51 2D 8A 29 43 0 2E 107 33 24
Octal 121 55 212 51 103 0 56 407 63 44
Binary 1010001 101101 10001010 101001 1000011 0 101110 100000111 110011 100100

Color Harmonies of #512D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512D8A

Black with #512D8A

Text Example


Text Example

White with #512D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,45,138); }

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

background-color css

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

 a { background-color: rgb(81,45,138); }

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

border-color css

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

 span { border-color: rgb(81,45,138); }

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