Html Css Color HEX #531AA0 Daisy Bush

📋 copy color: '#531AA0'

red 83 ◦ green 26 ◦ blue 160

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

Shades of Daisy Bush #531AA0

Tints of Daisy Bush #531AA0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.67%

 BLUE value IS 160 (62.89% from 255) = 59.48%

R = 30.86%
G = 9.67%
B = 59.48%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#531AA0 (or 0x531AA0) is known color: Daisy Bush. HEX triplet: 53, 1A and A0. RGB value is (83,26,160). Sum of RGB (Red+Green+Blue) = 83+26+160=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 160 (62.89% from 255 or 59.48% from 269); Max value from RGB is 160 - color contains mainly: blue. Hex color #531AA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531AA0 is #ACE55F. Grayscale: #393939. Windows color (decimal): -11330912 or 10492499. OLE color: 10492499.

HSL color Cylindrical-coordinate representation of color #531AA0: hue angle of 265.52º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #531AA0 is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 83 26 160 -
CMYK 0.48 0.84 0 0.37
HSL 265.52º 0.72% 0.36% -
HSV(B) 265.52º 0.84% 0.63% -
XYZ 10.28 5.12 33.7 -
YUV 58.32 185.38 145.6 -
System Red Green Blue C M Y K H S L
Decimal 83 26 160 0.48 0.84 0 0.37 265.52 0.72 0.36
Hex 53 1A A0 30 54 0 25 10A 48 24
Octal 123 32 240 60 124 0 45 412 110 44
Binary 1010011 11010 10100000 110000 1010100 0 100101 100001010 1001000 100100

Color Harmonies of #531AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531AA0

Black with #531AA0

Text Example


Text Example

White with #531AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,26,160); }

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

background-color css

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

 a { background-color: rgb(83,26,160); }

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

border-color css

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

 span { border-color: rgb(83,26,160); }

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