Html Css Color HEX #52358A Daisy Bush

📋 copy color: '#52358A'

red 82 ◦ green 53 ◦ blue 138

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

Shades of Daisy Bush #52358A

Tints of Daisy Bush #52358A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.41%

 BLUE value IS 138 (54.3% from 255) = 50.55%

R = 30.04%
G = 19.41%
B = 50.55%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#52358A (or 0x52358A) is known color: Daisy Bush. HEX triplet: 52, 35 and 8A. RGB value is (82,53,138). Sum of RGB (Red+Green+Blue) = 82+53+138=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #52358A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52358A is #ADCA75. Grayscale: #474747. Windows color (decimal): -11389558 or 9057618. OLE color: 9057618.

HSL color Cylindrical-coordinate representation of color #52358A: hue angle of 260.47º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52358A is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 82 53 138 -
CMYK 0.41 0.62 0 0.46
HSL 260.47º 0.45% 0.37% -
HSV(B) 260.47º 0.62% 0.54% -
XYZ 9.34 6.18 24.74 -
YUV 71.36 165.61 135.59 -
System Red Green Blue C M Y K H S L
Decimal 82 53 138 0.41 0.62 0 0.46 260.47 0.45 0.37
Hex 52 35 8A 29 3E 0 2E 104 2D 25
Octal 122 65 212 51 76 0 56 404 55 45
Binary 1010010 110101 10001010 101001 111110 0 101110 100000100 101101 100101

Color Harmonies of #52358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52358A

Black with #52358A

Text Example


Text Example

White with #52358A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52358A; }

 p { color: rgb(82,53,138); }

 H1.HeaderClassName
 {
   color: #52358A;
 }
 .AnyTagClassName
 {
   color: #52358A;
 }
</style>

background-color css

<style>
 a { background-color: #52358A; }

 a { background-color: rgb(82,53,138); }

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

border-color css

<style>
 span { border-color: #52358A; }

 span { border-color: rgb(82,53,138); }

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