Html Css Color HEX #512583 Kingfisher Daisy

📋 copy color: '#512583'

red 81 ◦ green 37 ◦ blue 131

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

Shades of Kingfisher Daisy #512583

Tints of Kingfisher Daisy #512583

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.86%

 BLUE value IS 131 (51.56% from 255) = 52.61%

R = 32.53%
G = 14.86%
B = 52.61%

CMYK

 C value IS 0.38

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#512583 (or 0x512583) is known color: Kingfisher Daisy. HEX triplet: 51, 25 and 83. RGB value is (81,37,131). Sum of RGB (Red+Green+Blue) = 81+37+131=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 131 (51.56% from 255 or 52.61% from 249); Max value from RGB is 131 - color contains mainly: blue. Hex color #512583 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512583 is #AEDA7C. Grayscale: #3C3C3C. Windows color (decimal): -11459197 or 8594769. OLE color: 8594769.

HSL color Cylindrical-coordinate representation of color #512583: hue angle of 268.09º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #512583 is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 37 131 -
CMYK 0.38 0.72 0 0.49
HSL 268.09º 0.56% 0.33% -
HSV(B) 268.09º 0.72% 0.51% -
XYZ 8.15 4.71 21.95 -
YUV 60.87 167.58 142.36 -
System Red Green Blue C M Y K H S L
Decimal 81 37 131 0.38 0.72 0 0.49 268.09 0.56 0.33
Hex 51 25 83 26 48 0 31 10C 38 21
Octal 121 45 203 46 110 0 61 414 70 41
Binary 1010001 100101 10000011 100110 1001000 0 110001 100001100 111000 100001

Color Harmonies of #512583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512583

Black with #512583

Text Example


Text Example

White with #512583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512583; }

 p { color: rgb(81,37,131); }

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

background-color css

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

 a { background-color: rgb(81,37,131); }

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

border-color css

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

 span { border-color: rgb(81,37,131); }

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