Html Css Color HEX #582D85 Kingfisher Daisy

📋 copy color: '#582D85'

red 88 ◦ green 45 ◦ blue 133

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

Shades of Kingfisher Daisy #582D85

Tints of Kingfisher Daisy #582D85

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.92%

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

R = 33.08%
G = 16.92%
B = 50%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#582D85 (or 0x582D85) is known color: Kingfisher Daisy. HEX triplet: 58, 2D and 85. RGB value is (88,45,133). Sum of RGB (Red+Green+Blue) = 88+45+133=266 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.08% from 266); Green value is 45 (17.97% from 255 or 16.92% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #582D85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582D85 is #A7D27A. Grayscale: #434343. Windows color (decimal): -10998395 or 8727896. OLE color: 8727896.

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

Color convert

RGB 88 45 133 -
CMYK 0.34 0.66 0 0.48
HSL 269.32º 0.49% 0.35% -
HSV(B) 269.32º 0.66% 0.52% -
XYZ 9.2 5.64 22.8 -
YUV 67.89 164.75 142.34 -
System Red Green Blue C M Y K H S L
Decimal 88 45 133 0.34 0.66 0 0.48 269.32 0.49 0.35
Hex 58 2D 85 22 42 0 30 10D 31 23
Octal 130 55 205 42 102 0 60 415 61 43
Binary 1011000 101101 10000101 100010 1000010 0 110000 100001101 110001 100011

Color Harmonies of #582D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582D85

Black with #582D85

Text Example


Text Example

White with #582D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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