Html Css Color HEX #512385 Kingfisher Daisy

📋 copy color: '#512385'

red 81 ◦ green 35 ◦ blue 133

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

Shades of Kingfisher Daisy #512385

Tints of Kingfisher Daisy #512385

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.06%

 BLUE value IS 133 (52.34% from 255) = 53.41%

R = 32.53%
G = 14.06%
B = 53.41%

CMYK

 C value IS 0.39

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#512385 (or 0x512385) is known color: Kingfisher Daisy. HEX triplet: 51, 23 and 85. RGB value is (81,35,133). Sum of RGB (Red+Green+Blue) = 81+35+133=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #512385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512385 is #AEDC7A. Grayscale: #3B3B3B. Windows color (decimal): -11459707 or 8725329. OLE color: 8725329.

HSL color Cylindrical-coordinate representation of color #512385: hue angle of 268.16º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #512385 is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 35 133 -
CMYK 0.39 0.74 0 0.48
HSL 268.16º 0.58% 0.33% -
HSV(B) 268.16º 0.74% 0.52% -
XYZ 8.23 4.64 22.65 -
YUV 59.93 169.24 143.03 -
System Red Green Blue C M Y K H S L
Decimal 81 35 133 0.39 0.74 0 0.48 268.16 0.58 0.33
Hex 51 23 85 27 4A 0 30 10C 3A 21
Octal 121 43 205 47 112 0 60 414 72 41
Binary 1010001 100011 10000101 100111 1001010 0 110000 100001100 111010 100001

Color Harmonies of #512385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512385

Black with #512385

Text Example


Text Example

White with #512385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512385; }

 p { color: rgb(81,35,133); }

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

background-color css

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

 a { background-color: rgb(81,35,133); }

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

border-color css

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

 span { border-color: rgb(81,35,133); }

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