Html Css Color HEX #583BA4 Daisy Bush

📋 copy color: '#583BA4'

red 88 ◦ green 59 ◦ blue 164

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

Shades of Daisy Bush #583BA4

Tints of Daisy Bush #583BA4

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.97%

 BLUE value IS 164 (64.45% from 255) = 52.73%

R = 28.3%
G = 18.97%
B = 52.73%

CMYK

 C value IS 0.46

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#583BA4 (or 0x583BA4) is known color: Daisy Bush. HEX triplet: 58, 3B and A4. RGB value is (88,59,164). Sum of RGB (Red+Green+Blue) = 88+59+164=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 59 (23.44% from 255 or 18.97% from 311); Blue value is 164 (64.45% from 255 or 52.73% from 311); Max value from RGB is 164 - color contains mainly: blue. Hex color #583BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583BA4 is #A7C45B. Grayscale: #4F4F4F. Windows color (decimal): -10994780 or 10763096. OLE color: 10763096.

HSL color Cylindrical-coordinate representation of color #583BA4: hue angle of 256.57º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #583BA4 is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 88 59 164 -
CMYK 0.46 0.64 0 0.36
HSL 256.57º 0.47% 0.44% -
HSV(B) 256.57º 0.64% 0.64% -
XYZ 12.29 7.88 36 -
YUV 79.64 175.61 133.96 -
System Red Green Blue C M Y K H S L
Decimal 88 59 164 0.46 0.64 0 0.36 256.57 0.47 0.44
Hex 58 3B A4 2E 40 0 24 101 2F 2C
Octal 130 73 244 56 100 0 44 401 57 54
Binary 1011000 111011 10100100 101110 1000000 0 100100 100000001 101111 101100

Color Harmonies of #583BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583BA4

Black with #583BA4

Text Example


Text Example

White with #583BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,59,164); }

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

background-color css

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

 a { background-color: rgb(88,59,164); }

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

border-color css

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

 span { border-color: rgb(88,59,164); }

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