Html Css Color HEX #583F9C Daisy Bush

📋 copy color: '#583F9C'

red 88 ◦ green 63 ◦ blue 156

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

Shades of Daisy Bush #583F9C

Tints of Daisy Bush #583F9C

RGB

 RED value IS 88 (34.77% from 255) = 28.66%

 GREEN value IS 63 (25% from 255) = 20.52%

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

R = 28.66%
G = 20.52%
B = 50.81%

CMYK

 C value IS 0.44

 M value IS 0.60

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#583F9C (or 0x583F9C) is known color: Daisy Bush. HEX triplet: 58, 3F and 9C. RGB value is (88,63,156). Sum of RGB (Red+Green+Blue) = 88+63+156=307 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.66% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #583F9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583F9C is #A7C063. Grayscale: #505050. Windows color (decimal): -10993764 or 10239832. OLE color: 10239832.

HSL color Cylindrical-coordinate representation of color #583F9C: hue angle of 256.13º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #583F9C is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 63 156 -
CMYK 0.44 0.60 0 0.39
HSL 256.13º 0.42% 0.43% -
HSV(B) 256.13º 0.6% 0.61% -
XYZ 11.8 8.03 32.38 -
YUV 81.08 170.28 132.94 -
System Red Green Blue C M Y K H S L
Decimal 88 63 156 0.44 0.60 0 0.39 256.13 0.42 0.43
Hex 58 3F 9C 2C 3C 0 27 100 2A 2B
Octal 130 77 234 54 74 0 47 400 52 53
Binary 1011000 111111 10011100 101100 111100 0 100111 100000000 101010 101011

Color Harmonies of #583F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583F9C

Black with #583F9C

Text Example


Text Example

White with #583F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583F9C; }

 p { color: rgb(88,63,156); }

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

background-color css

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

 a { background-color: rgb(88,63,156); }

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

border-color css

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

 span { border-color: rgb(88,63,156); }

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