Html Css Color HEX #583A85 Kingfisher Daisy

📋 copy color: '#583A85'

red 88 ◦ green 58 ◦ blue 133

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

Shades of Kingfisher Daisy #583A85

Tints of Kingfisher Daisy #583A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 47.67%

R = 31.54%
G = 20.79%
B = 47.67%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#583A85 (or 0x583A85) is known color: Kingfisher Daisy. HEX triplet: 58, 3A and 85. RGB value is (88,58,133). Sum of RGB (Red+Green+Blue) = 88+58+133=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #583A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583A85 is #A7C57A. Grayscale: #4B4B4B. Windows color (decimal): -10995067 or 8731224. OLE color: 8731224.

HSL color Cylindrical-coordinate representation of color #583A85: hue angle of 264º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #583A85 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 58 133 -
CMYK 0.34 0.56 0 0.48
HSL 264º 0.39% 0.37% -
HSV(B) 264º 0.56% 0.52% -
XYZ 9.77 6.79 22.99 -
YUV 75.52 160.44 136.9 -
System Red Green Blue C M Y K H S L
Decimal 88 58 133 0.34 0.56 0 0.48 264 0.39 0.37
Hex 58 3A 85 22 38 0 30 108 27 25
Octal 130 72 205 42 70 0 60 410 47 45
Binary 1011000 111010 10000101 100010 111000 0 110000 100001000 100111 100101

Color Harmonies of #583A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583A85

Black with #583A85

Text Example


Text Example

White with #583A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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