Html Css Color HEX #52369C Daisy Bush

📋 copy color: '#52369C'

red 82 ◦ green 54 ◦ blue 156

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

Shades of Daisy Bush #52369C

Tints of Daisy Bush #52369C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 53.42%

R = 28.08%
G = 18.49%
B = 53.42%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52369C (or 0x52369C) is known color: Daisy Bush. HEX triplet: 52, 36 and 9C. RGB value is (82,54,156). Sum of RGB (Red+Green+Blue) = 82+54+156=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #52369C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52369C is #ADC963. Grayscale: #494949. Windows color (decimal): -11389284 or 10237522. OLE color: 10237522.

HSL color Cylindrical-coordinate representation of color #52369C: hue angle of 256.47º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52369C is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 54 156 -
CMYK 0.47 0.65 0 0.39
HSL 256.47º 0.49% 0.41% -
HSV(B) 256.47º 0.65% 0.61% -
XYZ 10.8 6.83 32.2 -
YUV 74 174.28 133.71 -
System Red Green Blue C M Y K H S L
Decimal 82 54 156 0.47 0.65 0 0.39 256.47 0.49 0.41
Hex 52 36 9C 2F 41 0 27 100 31 29
Octal 122 66 234 57 101 0 47 400 61 51
Binary 1010010 110110 10011100 101111 1000001 0 100111 100000000 110001 101001

Color Harmonies of #52369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52369C

Black with #52369C

Text Example


Text Example

White with #52369C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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