Html Css Color HEX #582C85 Kingfisher Daisy

📋 copy color: '#582C85'

red 88 ◦ green 44 ◦ blue 133

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

Shades of Kingfisher Daisy #582C85

Tints of Kingfisher Daisy #582C85

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.6%

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

R = 33.21%
G = 16.6%
B = 50.19%

CMYK

 C value IS 0.34

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#582C85 (or 0x582C85) is known color: Kingfisher Daisy. HEX triplet: 58, 2C and 85. RGB value is (88,44,133). Sum of RGB (Red+Green+Blue) = 88+44+133=265 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.21% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #582C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582C85 is #A7D37A. Grayscale: #424242. Windows color (decimal): -10998651 or 8727640. OLE color: 8727640.

HSL color Cylindrical-coordinate representation of color #582C85: hue angle of 269.66º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #582C85 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 44 133 -
CMYK 0.34 0.67 0 0.48
HSL 269.66º 0.5% 0.35% -
HSV(B) 269.66º 0.67% 0.52% -
XYZ 9.16 5.57 22.78 -
YUV 67.3 165.08 142.76 -
System Red Green Blue C M Y K H S L
Decimal 88 44 133 0.34 0.67 0 0.48 269.66 0.5 0.35
Hex 58 2C 85 22 43 0 30 10E 32 23
Octal 130 54 205 42 103 0 60 416 62 43
Binary 1011000 101100 10000101 100010 1000011 0 110000 100001110 110010 100011

Color Harmonies of #582C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582C85

Black with #582C85

Text Example


Text Example

White with #582C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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