Html Css Color HEX #53299B Daisy Bush

📋 copy color: '#53299B'

red 83 ◦ green 41 ◦ blue 155

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

Shades of Daisy Bush #53299B

Tints of Daisy Bush #53299B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.7%

 BLUE value IS 155 (60.94% from 255) = 55.56%

R = 29.75%
G = 14.7%
B = 55.56%

CMYK

 C value IS 0.46

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53299B (or 0x53299B) is known color: Daisy Bush. HEX triplet: 53, 29 and 9B. RGB value is (83,41,155). Sum of RGB (Red+Green+Blue) = 83+41+155=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #53299B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53299B is #ACD664. Grayscale: #424242. Windows color (decimal): -11327077 or 10168659. OLE color: 10168659.

HSL color Cylindrical-coordinate representation of color #53299B: hue angle of 262.11º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #53299B is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 41 155 -
CMYK 0.46 0.74 0 0.39
HSL 262.11º 0.58% 0.38% -
HSV(B) 262.11º 0.74% 0.61% -
XYZ 10.28 5.79 31.59 -
YUV 66.55 177.91 139.73 -
System Red Green Blue C M Y K H S L
Decimal 83 41 155 0.46 0.74 0 0.39 262.11 0.58 0.38
Hex 53 29 9B 2E 4A 0 27 106 3A 26
Octal 123 51 233 56 112 0 47 406 72 46
Binary 1010011 101001 10011011 101110 1001010 0 100111 100000110 111010 100110

Color Harmonies of #53299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53299B

Black with #53299B

Text Example


Text Example

White with #53299B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53299B; }

 p { color: rgb(83,41,155); }

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

background-color css

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

 a { background-color: rgb(83,41,155); }

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

border-color css

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

 span { border-color: rgb(83,41,155); }

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