Html Css Color HEX #513090 Daisy Bush

📋 copy color: '#513090'

red 81 ◦ green 48 ◦ blue 144

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

Shades of Daisy Bush #513090

Tints of Daisy Bush #513090

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.58%

 BLUE value IS 144 (56.64% from 255) = 52.75%

R = 29.67%
G = 17.58%
B = 52.75%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#513090 (or 0x513090) is known color: Daisy Bush. HEX triplet: 51, 30 and 90. RGB value is (81,48,144). Sum of RGB (Red+Green+Blue) = 81+48+144=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #513090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513090 is #AECF6F. Grayscale: #444444. Windows color (decimal): -11456368 or 9449553. OLE color: 9449553.

HSL color Cylindrical-coordinate representation of color #513090: hue angle of 260.62º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #513090 is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 48 144 -
CMYK 0.44 0.67 0 0.44
HSL 260.63º 0.5% 0.38% -
HSV(B) 260.63º 0.67% 0.56% -
XYZ 9.48 5.88 27.02 -
YUV 68.81 170.43 136.69 -
System Red Green Blue C M Y K H S L
Decimal 81 48 144 0.44 0.67 0 0.44 260.63 0.5 0.38
Hex 51 30 90 2C 43 0 2C 105 32 26
Octal 121 60 220 54 103 0 54 405 62 46
Binary 1010001 110000 10010000 101100 1000011 0 101100 100000101 110010 100110

Color Harmonies of #513090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513090

Black with #513090

Text Example


Text Example

White with #513090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513090; }

 p { color: rgb(81,48,144); }

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

background-color css

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

 a { background-color: rgb(81,48,144); }

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

border-color css

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

 span { border-color: rgb(81,48,144); }

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