Html Css Color HEX #52289B Daisy Bush

📋 copy color: '#52289B'

red 82 ◦ green 40 ◦ blue 155

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

Shades of Daisy Bush #52289B

Tints of Daisy Bush #52289B

RGB

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

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

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

R = 29.6%
G = 14.44%
B = 55.96%

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

#52289B (or 0x52289B) is known color: Daisy Bush. HEX triplet: 52, 28 and 9B. RGB value is (82,40,155). Sum of RGB (Red+Green+Blue) = 82+40+155=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 155 (60.94% from 255 or 55.96% from 277); Max value from RGB is 155 - color contains mainly: blue. Hex color #52289B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52289B is #ADD764. Grayscale: #414141. Windows color (decimal): -11392869 or 10168402. OLE color: 10168402.

HSL color Cylindrical-coordinate representation of color #52289B: hue angle of 261.91º degrees, saturation: 0.59, 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 #52289B is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 40 155 -
CMYK 0.47 0.74 0 0.39
HSL 261.91º 0.59% 0.38% -
HSV(B) 261.91º 0.74% 0.61% -
XYZ 10.15 5.68 31.57 -
YUV 65.67 178.41 139.65 -
System Red Green Blue C M Y K H S L
Decimal 82 40 155 0.47 0.74 0 0.39 261.91 0.59 0.38
Hex 52 28 9B 2F 4A 0 27 106 3B 26
Octal 122 50 233 57 112 0 47 406 73 46
Binary 1010010 101000 10011011 101111 1001010 0 100111 100000110 111011 100110

Color Harmonies of #52289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52289B

Black with #52289B

Text Example


Text Example

White with #52289B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,40,155); }

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

background-color css

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

 a { background-color: rgb(82,40,155); }

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

border-color css

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

 span { border-color: rgb(82,40,155); }

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