Html Css Color HEX #52378C Daisy Bush

📋 copy color: '#52378C'

red 82 ◦ green 55 ◦ blue 140

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

Shades of Daisy Bush #52378C

Tints of Daisy Bush #52378C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.86%

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

R = 29.6%
G = 19.86%
B = 50.54%

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

#52378C (or 0x52378C) is known color: Daisy Bush. HEX triplet: 52, 37 and 8C. RGB value is (82,55,140). Sum of RGB (Red+Green+Blue) = 82+55+140=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #52378C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52378C is #ADC873. Grayscale: #484848. Windows color (decimal): -11389044 or 9189202. OLE color: 9189202.

HSL color Cylindrical-coordinate representation of color #52378C: hue angle of 259.06º 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 #52378C is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 55 140 -
CMYK 0.41 0.61 0 0.45
HSL 259.06º 0.44% 0.38% -
HSV(B) 259.06º 0.61% 0.55% -
XYZ 9.58 6.42 25.55 -
YUV 72.76 165.95 134.59 -
System Red Green Blue C M Y K H S L
Decimal 82 55 140 0.41 0.61 0 0.45 259.06 0.44 0.38
Hex 52 37 8C 29 3D 0 2D 103 2C 26
Octal 122 67 214 51 75 0 55 403 54 46
Binary 1010010 110111 10001100 101001 111101 0 101101 100000011 101100 100110

Color Harmonies of #52378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52378C

Black with #52378C

Text Example


Text Example

White with #52378C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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