Html Css Color HEX #52368D Daisy Bush

📋 copy color: '#52368D'

red 82 ◦ green 54 ◦ blue 141

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

Shades of Daisy Bush #52368D

Tints of Daisy Bush #52368D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 50.9%

R = 29.6%
G = 19.49%
B = 50.9%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52368D (or 0x52368D) is known color: Daisy Bush. HEX triplet: 52, 36 and 8D. RGB value is (82,54,141). Sum of RGB (Red+Green+Blue) = 82+54+141=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #52368D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52368D is #ADC972. Grayscale: #474747. Windows color (decimal): -11389299 or 9254482. OLE color: 9254482.

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

Color convert

RGB 82 54 141 -
CMYK 0.42 0.62 0 0.45
HSL 259.31º 0.45% 0.38% -
HSV(B) 259.31º 0.62% 0.55% -
XYZ 9.61 6.36 25.92 -
YUV 72.29 166.78 134.93 -
System Red Green Blue C M Y K H S L
Decimal 82 54 141 0.42 0.62 0 0.45 259.31 0.45 0.38
Hex 52 36 8D 2A 3E 0 2D 103 2D 26
Octal 122 66 215 52 76 0 55 403 55 46
Binary 1010010 110110 10001101 101010 111110 0 101101 100000011 101101 100110

Color Harmonies of #52368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52368D

Black with #52368D

Text Example


Text Example

White with #52368D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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