Html Css Color HEX #531D9E Daisy Bush

📋 copy color: '#531D9E'

red 83 ◦ green 29 ◦ blue 158

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

Shades of Daisy Bush #531D9E

Tints of Daisy Bush #531D9E

RGB

 RED value IS 83 (32.81% from 255) = 30.74%

 GREEN value IS 29 (11.72% from 255) = 10.74%

 BLUE value IS 158 (62.11% from 255) = 58.52%

R = 30.74%
G = 10.74%
B = 58.52%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#531D9E (or 0x531D9E) is known color: Daisy Bush. HEX triplet: 53, 1D and 9E. RGB value is (83,29,158). Sum of RGB (Red+Green+Blue) = 83+29+158=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 158 (62.11% from 255 or 58.52% from 270); Max value from RGB is 158 - color contains mainly: blue. Hex color #531D9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531D9E is #ACE261. Grayscale: #3B3B3B. Windows color (decimal): -11330146 or 10362195. OLE color: 10362195.

HSL color Cylindrical-coordinate representation of color #531D9E: hue angle of 265.12º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #531D9E is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 29 158 -
CMYK 0.47 0.82 0 0.38
HSL 265.12º 0.69% 0.37% -
HSV(B) 265.12º 0.82% 0.62% -
XYZ 10.18 5.19 32.81 -
YUV 59.85 183.39 144.51 -
System Red Green Blue C M Y K H S L
Decimal 83 29 158 0.47 0.82 0 0.38 265.12 0.69 0.37
Hex 53 1D 9E 2F 52 0 26 109 45 25
Octal 123 35 236 57 122 0 46 411 105 45
Binary 1010011 11101 10011110 101111 1010010 0 100110 100001001 1000101 100101

Color Harmonies of #531D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531D9E

Black with #531D9E

Text Example


Text Example

White with #531D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531D9E; }

 p { color: rgb(83,29,158); }

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

background-color css

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

 a { background-color: rgb(83,29,158); }

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

border-color css

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

 span { border-color: rgb(83,29,158); }

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