Html Css Color HEX #52299C Daisy Bush

📋 copy color: '#52299C'

red 82 ◦ green 41 ◦ blue 156

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

Shades of Daisy Bush #52299C

Tints of Daisy Bush #52299C

RGB

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

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

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

R = 29.39%
G = 14.7%
B = 55.91%

CMYK

 C value IS 0.47

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52299C (or 0x52299C) is known color: Daisy Bush. HEX triplet: 52, 29 and 9C. RGB value is (82,41,156). Sum of RGB (Red+Green+Blue) = 82+41+156=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 156 (61.33% from 255 or 55.91% from 279); Max value from RGB is 156 - color contains mainly: blue. Hex color #52299C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52299C is #ADD663. Grayscale: #414141. Windows color (decimal): -11392612 or 10234194. OLE color: 10234194.

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

Color convert

RGB 82 41 156 -
CMYK 0.47 0.74 0 0.39
HSL 261.39º 0.58% 0.39% -
HSV(B) 261.39º 0.74% 0.61% -
XYZ 10.27 5.78 32.03 -
YUV 66.37 178.58 139.15 -
System Red Green Blue C M Y K H S L
Decimal 82 41 156 0.47 0.74 0 0.39 261.39 0.58 0.39
Hex 52 29 9C 2F 4A 0 27 105 3A 27
Octal 122 51 234 57 112 0 47 405 72 47
Binary 1010010 101001 10011100 101111 1001010 0 100111 100000101 111010 100111

Color Harmonies of #52299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52299C

Black with #52299C

Text Example


Text Example

White with #52299C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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