Html Css Color HEX #513098 Daisy Bush

📋 copy color: '#513098'

red 81 ◦ green 48 ◦ blue 152

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

Shades of Daisy Bush #513098

Tints of Daisy Bush #513098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 54.09%

R = 28.83%
G = 17.08%
B = 54.09%

CMYK

 C value IS 0.47

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#513098 (or 0x513098) is known color: Daisy Bush. HEX triplet: 51, 30 and 98. RGB value is (81,48,152). Sum of RGB (Red+Green+Blue) = 81+48+152=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 152 (59.77% from 255 or 54.09% from 281); Max value from RGB is 152 - color contains mainly: blue. Hex color #513098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513098 is #AECF67. Grayscale: #454545. Windows color (decimal): -11456360 or 9973841. OLE color: 9973841.

HSL color Cylindrical-coordinate representation of color #513098: hue angle of 259.04º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #513098 is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 48 152 -
CMYK 0.47 0.68 0 0.40
HSL 259.04º 0.52% 0.39% -
HSV(B) 259.04º 0.68% 0.6% -
XYZ 10.12 6.13 30.36 -
YUV 69.72 174.43 136.04 -
System Red Green Blue C M Y K H S L
Decimal 81 48 152 0.47 0.68 0 0.40 259.04 0.52 0.39
Hex 51 30 98 2F 44 0 28 103 34 27
Octal 121 60 230 57 104 0 50 403 64 47
Binary 1010001 110000 10011000 101111 1000100 0 101000 100000011 110100 100111

Color Harmonies of #513098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513098

Black with #513098

Text Example


Text Example

White with #513098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513098; }

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

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

background-color css

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

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

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

border-color css

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

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

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