Html Css Color HEX #52259C Daisy Bush

📋 copy color: '#52259C'

red 82 ◦ green 37 ◦ blue 156

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

Shades of Daisy Bush #52259C

Tints of Daisy Bush #52259C

RGB

 RED value IS 82 (32.42% from 255) = 29.82%

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

 BLUE value IS 156 (61.33% from 255) = 56.73%

R = 29.82%
G = 13.45%
B = 56.73%

CMYK

 C value IS 0.47

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52259C (or 0x52259C) is known color: Daisy Bush. HEX triplet: 52, 25 and 9C. RGB value is (82,37,156). Sum of RGB (Red+Green+Blue) = 82+37+156=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #52259C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52259C is #ADDA63. Grayscale: #3F3F3F. Windows color (decimal): -11393636 or 10233170. OLE color: 10233170.

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

Color convert

RGB 82 37 156 -
CMYK 0.47 0.76 0 0.39
HSL 262.69º 0.62% 0.38% -
HSV(B) 262.69º 0.76% 0.61% -
XYZ 10.14 5.52 31.98 -
YUV 64.02 179.91 140.82 -
System Red Green Blue C M Y K H S L
Decimal 82 37 156 0.47 0.76 0 0.39 262.69 0.62 0.38
Hex 52 25 9C 2F 4C 0 27 107 3E 26
Octal 122 45 234 57 114 0 47 407 76 46
Binary 1010010 100101 10011100 101111 1001100 0 100111 100000111 111110 100110

Color Harmonies of #52259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52259C

Black with #52259C

Text Example


Text Example

White with #52259C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52259C; }

 p { color: rgb(82,37,156); }

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

background-color css

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

 a { background-color: rgb(82,37,156); }

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

border-color css

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

 span { border-color: rgb(82,37,156); }

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