Html Css Color HEX #53259E Daisy Bush

📋 copy color: '#53259E'

red 83 ◦ green 37 ◦ blue 158

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

Shades of Daisy Bush #53259E

Tints of Daisy Bush #53259E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.31%

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

R = 29.86%
G = 13.31%
B = 56.83%

CMYK

 C value IS 0.47

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53259E (or 0x53259E) is known color: Daisy Bush. HEX triplet: 53, 25 and 9E. RGB value is (83,37,158). Sum of RGB (Red+Green+Blue) = 83+37+158=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 158 (62.11% from 255 or 56.83% from 278); Max value from RGB is 158 - color contains mainly: blue. Hex color #53259E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53259E is #ACDA61. Grayscale: #404040. Windows color (decimal): -11328098 or 10364243. OLE color: 10364243.

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

Color convert

RGB 83 37 158 -
CMYK 0.47 0.77 0 0.38
HSL 262.81º 0.62% 0.38% -
HSV(B) 262.81º 0.77% 0.62% -
XYZ 10.4 5.63 32.89 -
YUV 64.55 180.74 141.16 -
System Red Green Blue C M Y K H S L
Decimal 83 37 158 0.47 0.77 0 0.38 262.81 0.62 0.38
Hex 53 25 9E 2F 4D 0 26 107 3E 26
Octal 123 45 236 57 115 0 46 407 76 46
Binary 1010011 100101 10011110 101111 1001101 0 100110 100000111 111110 100110

Color Harmonies of #53259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53259E

Black with #53259E

Text Example


Text Example

White with #53259E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53259E; }

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

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

background-color css

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

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

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

border-color css

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

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

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