Html Css Color HEX #52368A Daisy Bush

📋 copy color: '#52368A'

red 82 ◦ green 54 ◦ blue 138

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

Shades of Daisy Bush #52368A

Tints of Daisy Bush #52368A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.71%

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

R = 29.93%
G = 19.71%
B = 50.36%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#52368A (or 0x52368A) is known color: Daisy Bush. HEX triplet: 52, 36 and 8A. RGB value is (82,54,138). Sum of RGB (Red+Green+Blue) = 82+54+138=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 138 (54.30% from 255 or 50.36% from 274); Max value from RGB is 138 - color contains mainly: blue. Hex color #52368A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52368A is #ADC975. Grayscale: #474747. Windows color (decimal): -11389302 or 9057874. OLE color: 9057874.

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

Color convert

RGB 82 54 138 -
CMYK 0.41 0.61 0 0.46
HSL 260º 0.44% 0.38% -
HSV(B) 260º 0.61% 0.54% -
XYZ 9.39 6.27 24.76 -
YUV 71.95 165.28 135.17 -
System Red Green Blue C M Y K H S L
Decimal 82 54 138 0.41 0.61 0 0.46 260 0.44 0.38
Hex 52 36 8A 29 3D 0 2E 104 2C 26
Octal 122 66 212 51 75 0 56 404 54 46
Binary 1010010 110110 10001010 101001 111101 0 101110 100000100 101100 100110

Color Harmonies of #52368A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52368A

Black with #52368A

Text Example


Text Example

White with #52368A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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