Html Css Color HEX #5A368B Daisy Bush

📋 copy color: '#5A368B'

red 90 ◦ green 54 ◦ blue 139

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

Shades of Daisy Bush #5A368B

Tints of Daisy Bush #5A368B

RGB

 RED value IS 90 (35.55% from 255) = 31.8%

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

 BLUE value IS 139 (54.69% from 255) = 49.12%

R = 31.8%
G = 19.08%
B = 49.12%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5A368B (or 0x5A368B) is known color: Daisy Bush. HEX triplet: 5A, 36 and 8B. RGB value is (90,54,139). Sum of RGB (Red+Green+Blue) = 90+54+139=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #5A368B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A368B is #A5C974. Grayscale: #4A4A4A. Windows color (decimal): -10865013 or 9123418. OLE color: 9123418.

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

Color convert

RGB 90 54 139 -
CMYK 0.35 0.61 0 0.45
HSL 265.41º 0.44% 0.38% -
HSV(B) 265.41º 0.61% 0.55% -
XYZ 10.2 6.68 25.18 -
YUV 74.45 164.43 139.09 -
System Red Green Blue C M Y K H S L
Decimal 90 54 139 0.35 0.61 0 0.45 265.41 0.44 0.38
Hex 5A 36 8B 23 3D 0 2D 109 2C 26
Octal 132 66 213 43 75 0 55 411 54 46
Binary 1011010 110110 10001011 100011 111101 0 101101 100001001 101100 100110

Color Harmonies of #5A368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A368B

Black with #5A368B

Text Example


Text Example

White with #5A368B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A368B; }

 p { color: rgb(90,54,139); }

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

background-color css

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

 a { background-color: rgb(90,54,139); }

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

border-color css

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

 span { border-color: rgb(90,54,139); }

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