Html Css Color HEX #512598 Daisy Bush

📋 copy color: '#512598'

red 81 ◦ green 37 ◦ blue 152

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

Shades of Daisy Bush #512598

Tints of Daisy Bush #512598

RGB

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

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

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

R = 30%
G = 13.7%
B = 56.3%

CMYK

 C value IS 0.47

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#512598 (or 0x512598) is known color: Daisy Bush. HEX triplet: 51, 25 and 98. RGB value is (81,37,152). Sum of RGB (Red+Green+Blue) = 81+37+152=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 152 (59.77% from 255 or 56.30% from 270); Max value from RGB is 152 - color contains mainly: blue. Hex color #512598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512598 is #AEDA67. Grayscale: #3E3E3E. Windows color (decimal): -11459176 or 9971025. OLE color: 9971025.

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

Color convert

RGB 81 37 152 -
CMYK 0.47 0.76 0 0.40
HSL 262.96º 0.61% 0.37% -
HSV(B) 262.96º 0.76% 0.6% -
XYZ 9.72 5.34 30.22 -
YUV 63.27 178.08 140.65 -
System Red Green Blue C M Y K H S L
Decimal 81 37 152 0.47 0.76 0 0.40 262.96 0.61 0.37
Hex 51 25 98 2F 4C 0 28 107 3D 25
Octal 121 45 230 57 114 0 50 407 75 45
Binary 1010001 100101 10011000 101111 1001100 0 101000 100000111 111101 100101

Color Harmonies of #512598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512598

Black with #512598

Text Example


Text Example

White with #512598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512598; }

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

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

background-color css

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

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

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

border-color css

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

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

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