Html Css Color HEX #532898 Daisy Bush

📋 copy color: '#532898'

red 83 ◦ green 40 ◦ blue 152

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

Shades of Daisy Bush #532898

Tints of Daisy Bush #532898

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.55%

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

R = 30.18%
G = 14.55%
B = 55.27%

CMYK

 C value IS 0.45

 M value IS 0.74

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#532898 (or 0x532898) is known color: Daisy Bush. HEX triplet: 53, 28 and 98. RGB value is (83,40,152). Sum of RGB (Red+Green+Blue) = 83+40+152=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 152 (59.77% from 255 or 55.27% from 275); Max value from RGB is 152 - color contains mainly: blue. Hex color #532898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532898 is #ACD767. Grayscale: #414141. Windows color (decimal): -11327336 or 9971795. OLE color: 9971795.

HSL color Cylindrical-coordinate representation of color #532898: hue angle of 263.04º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #532898 is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 83 40 152 -
CMYK 0.45 0.74 0 0.40
HSL 263.04º 0.58% 0.38% -
HSV(B) 263.04º 0.74% 0.6% -
XYZ 9.99 5.62 30.26 -
YUV 65.63 176.75 140.39 -
System Red Green Blue C M Y K H S L
Decimal 83 40 152 0.45 0.74 0 0.40 263.04 0.58 0.38
Hex 53 28 98 2D 4A 0 28 107 3A 26
Octal 123 50 230 55 112 0 50 407 72 46
Binary 1010011 101000 10011000 101101 1001010 0 101000 100000111 111010 100110

Color Harmonies of #532898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532898

Black with #532898

Text Example


Text Example

White with #532898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532898; }

 p { color: rgb(83,40,152); }

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

background-color css

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

 a { background-color: rgb(83,40,152); }

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

border-color css

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

 span { border-color: rgb(83,40,152); }

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