Html Css Color HEX #52368C Daisy Bush

📋 copy color: '#52368C'

red 82 ◦ green 54 ◦ blue 140

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

Shades of Daisy Bush #52368C

Tints of Daisy Bush #52368C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 50.72%

R = 29.71%
G = 19.57%
B = 50.72%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52368C (or 0x52368C) is known color: Daisy Bush. HEX triplet: 52, 36 and 8C. RGB value is (82,54,140). Sum of RGB (Red+Green+Blue) = 82+54+140=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 140 (55.08% from 255 or 50.72% from 276); Max value from RGB is 140 - color contains mainly: blue. Hex color #52368C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52368C is #ADC973. Grayscale: #474747. Windows color (decimal): -11389300 or 9188946. OLE color: 9188946.

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

Color convert

RGB 82 54 140 -
CMYK 0.41 0.61 0 0.45
HSL 259.53º 0.44% 0.38% -
HSV(B) 259.53º 0.61% 0.55% -
XYZ 9.53 6.33 25.53 -
YUV 72.18 166.28 135.01 -
System Red Green Blue C M Y K H S L
Decimal 82 54 140 0.41 0.61 0 0.45 259.53 0.44 0.38
Hex 52 36 8C 29 3D 0 2D 104 2C 26
Octal 122 66 214 51 75 0 55 404 54 46
Binary 1010010 110110 10001100 101001 111101 0 101101 100000100 101100 100110

Color Harmonies of #52368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52368C

Black with #52368C

Text Example


Text Example

White with #52368C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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