Html Css Color HEX #582586 Kingfisher Daisy

📋 copy color: '#582586'

red 88 ◦ green 37 ◦ blue 134

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

Shades of Kingfisher Daisy #582586

Tints of Kingfisher Daisy #582586

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.29%

 BLUE value IS 134 (52.73% from 255) = 51.74%

R = 33.98%
G = 14.29%
B = 51.74%

CMYK

 C value IS 0.34

 M value IS 0.72

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#582586 (or 0x582586) is known color: Kingfisher Daisy. HEX triplet: 58, 25 and 86. RGB value is (88,37,134). Sum of RGB (Red+Green+Blue) = 88+37+134=259 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.98% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 134 (52.73% from 255 or 51.74% from 259); Max value from RGB is 134 - color contains mainly: blue. Hex color #582586 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582586 is #A7DA79. Grayscale: #3E3E3E. Windows color (decimal): -11000442 or 8791384. OLE color: 8791384.

HSL color Cylindrical-coordinate representation of color #582586: hue angle of 271.55º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #582586 is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 88 37 134 -
CMYK 0.34 0.72 0 0.47
HSL 271.55º 0.57% 0.34% -
HSV(B) 271.55º 0.72% 0.53% -
XYZ 8.99 5.12 23.07 -
YUV 63.31 167.9 145.61 -
System Red Green Blue C M Y K H S L
Decimal 88 37 134 0.34 0.72 0 0.47 271.55 0.57 0.34
Hex 58 25 86 22 48 0 2F 110 39 22
Octal 130 45 206 42 110 0 57 420 71 42
Binary 1011000 100101 10000110 100010 1001000 0 101111 100010000 111001 100010

Color Harmonies of #582586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582586

Black with #582586

Text Example


Text Example

White with #582586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582586; }

 p { color: rgb(88,37,134); }

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

background-color css

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

 a { background-color: rgb(88,37,134); }

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

border-color css

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

 span { border-color: rgb(88,37,134); }

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