Html Css Color HEX #582584 Kingfisher Daisy

📋 copy color: '#582584'

red 88 ◦ green 37 ◦ blue 132

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

Shades of Kingfisher Daisy #582584

Tints of Kingfisher Daisy #582584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 51.36%

R = 34.24%
G = 14.4%
B = 51.36%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#582584 (or 0x582584) is known color: Kingfisher Daisy. HEX triplet: 58, 25 and 84. RGB value is (88,37,132). Sum of RGB (Red+Green+Blue) = 88+37+132=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #582584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582584 is #A7DA7B. Grayscale: #3E3E3E. Windows color (decimal): -11000444 or 8660312. OLE color: 8660312.

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

Color convert

RGB 88 37 132 -
CMYK 0.33 0.72 0 0.48
HSL 272.21º 0.56% 0.33% -
HSV(B) 272.21º 0.72% 0.52% -
XYZ 8.85 5.06 22.34 -
YUV 63.08 166.9 145.78 -
System Red Green Blue C M Y K H S L
Decimal 88 37 132 0.33 0.72 0 0.48 272.21 0.56 0.33
Hex 58 25 84 21 48 0 30 110 38 21
Octal 130 45 204 41 110 0 60 420 70 41
Binary 1011000 100101 10000100 100001 1001000 0 110000 100010000 111000 100001

Color Harmonies of #582584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582584

Black with #582584

Text Example


Text Example

White with #582584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582584; }

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

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

background-color css

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

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

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

border-color css

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

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

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