Html Css Color HEX #583A80 Kingfisher Daisy

📋 copy color: '#583A80'

red 88 ◦ green 58 ◦ blue 128

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

Shades of Kingfisher Daisy #583A80

Tints of Kingfisher Daisy #583A80

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.17%

 BLUE value IS 128 (50.39% from 255) = 46.72%

R = 32.12%
G = 21.17%
B = 46.72%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#583A80 (or 0x583A80) is known color: Kingfisher Daisy. HEX triplet: 58, 3A and 80. RGB value is (88,58,128). Sum of RGB (Red+Green+Blue) = 88+58+128=274 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.12% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 128 (50.39% from 255 or 46.72% from 274); Max value from RGB is 128 - color contains mainly: blue. Hex color #583A80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583A80 is #A7C57F. Grayscale: #4A4A4A. Windows color (decimal): -10995072 or 8403544. OLE color: 8403544.

HSL color Cylindrical-coordinate representation of color #583A80: hue angle of 265.71º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #583A80 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 88 58 128 -
CMYK 0.31 0.55 0 0.50
HSL 265.71º 0.38% 0.36% -
HSV(B) 265.71º 0.55% 0.5% -
XYZ 9.43 6.66 21.21 -
YUV 74.95 157.94 137.31 -
System Red Green Blue C M Y K H S L
Decimal 88 58 128 0.31 0.55 0 0.50 265.71 0.38 0.36
Hex 58 3A 80 1F 37 0 32 10A 26 24
Octal 130 72 200 37 67 0 62 412 46 44
Binary 1011000 111010 10000000 11111 110111 0 110010 100001010 100110 100100

Color Harmonies of #583A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583A80

Black with #583A80

Text Example


Text Example

White with #583A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,58,128); }

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

background-color css

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

 a { background-color: rgb(88,58,128); }

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

border-color css

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

 span { border-color: rgb(88,58,128); }

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