Html Css Color HEX #532C9A Daisy Bush

📋 copy color: '#532C9A'

red 83 ◦ green 44 ◦ blue 154

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

Shades of Daisy Bush #532C9A

Tints of Daisy Bush #532C9A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.66%

 BLUE value IS 154 (60.55% from 255) = 54.8%

R = 29.54%
G = 15.66%
B = 54.8%

CMYK

 C value IS 0.46

 M value IS 0.71

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#532C9A (or 0x532C9A) is known color: Daisy Bush. HEX triplet: 53, 2C and 9A. RGB value is (83,44,154). Sum of RGB (Red+Green+Blue) = 83+44+154=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 154 (60.55% from 255 or 54.80% from 281); Max value from RGB is 154 - color contains mainly: blue. Hex color #532C9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532C9A is #ACD365. Grayscale: #434343. Windows color (decimal): -11326310 or 10103891. OLE color: 10103891.

HSL color Cylindrical-coordinate representation of color #532C9A: hue angle of 261.27º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #532C9A is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 83 44 154 -
CMYK 0.46 0.71 0 0.40
HSL 261.27º 0.56% 0.39% -
HSV(B) 261.27º 0.71% 0.6% -
XYZ 10.3 5.97 31.18 -
YUV 68.2 176.42 138.56 -
System Red Green Blue C M Y K H S L
Decimal 83 44 154 0.46 0.71 0 0.40 261.27 0.56 0.39
Hex 53 2C 9A 2E 47 0 28 105 38 27
Octal 123 54 232 56 107 0 50 405 70 47
Binary 1010011 101100 10011010 101110 1000111 0 101000 100000101 111000 100111

Color Harmonies of #532C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532C9A

Black with #532C9A

Text Example


Text Example

White with #532C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532C9A; }

 p { color: rgb(83,44,154); }

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

background-color css

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

 a { background-color: rgb(83,44,154); }

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

border-color css

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

 span { border-color: rgb(83,44,154); }

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