Html Css Color HEX #523888 Daisy Bush

📋 copy color: '#523888'

red 82 ◦ green 56 ◦ blue 136

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

Shades of Daisy Bush #523888

Tints of Daisy Bush #523888

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.44%

 BLUE value IS 136 (53.52% from 255) = 49.64%

R = 29.93%
G = 20.44%
B = 49.64%

CMYK

 C value IS 0.40

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#523888 (or 0x523888) is known color: Daisy Bush. HEX triplet: 52, 38 and 88. RGB value is (82,56,136). Sum of RGB (Red+Green+Blue) = 82+56+136=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 136 (53.52% from 255 or 49.64% from 274); Max value from RGB is 136 - color contains mainly: blue. Hex color #523888 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523888 is #ADC777. Grayscale: #484848. Windows color (decimal): -11388792 or 8927314. OLE color: 8927314.

HSL color Cylindrical-coordinate representation of color #523888: hue angle of 259.5º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #523888 is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 56 136 -
CMYK 0.40 0.59 0 0.47
HSL 259.5º 0.42% 0.38% -
HSV(B) 259.5º 0.59% 0.53% -
XYZ 9.34 6.4 24.04 -
YUV 72.89 163.61 134.5 -
System Red Green Blue C M Y K H S L
Decimal 82 56 136 0.40 0.59 0 0.47 259.5 0.42 0.38
Hex 52 38 88 28 3B 0 2F 104 2A 26
Octal 122 70 210 50 73 0 57 404 52 46
Binary 1010010 111000 10001000 101000 111011 0 101111 100000100 101010 100110

Color Harmonies of #523888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523888

Black with #523888

Text Example


Text Example

White with #523888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523888; }

 p { color: rgb(82,56,136); }

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

background-color css

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

 a { background-color: rgb(82,56,136); }

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

border-color css

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

 span { border-color: rgb(82,56,136); }

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