Html Css Color HEX #582D8C Kingfisher Daisy

📋 copy color: '#582D8C'

red 88 ◦ green 45 ◦ blue 140

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

Shades of Kingfisher Daisy #582D8C

Tints of Kingfisher Daisy #582D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 51.28%

R = 32.23%
G = 16.48%
B = 51.28%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#582D8C (or 0x582D8C) is known color: Kingfisher Daisy. HEX triplet: 58, 2D and 8C. RGB value is (88,45,140). Sum of RGB (Red+Green+Blue) = 88+45+140=273 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.23% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #582D8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582D8C is #A7D273. Grayscale: #444444. Windows color (decimal): -10998388 or 9186648. OLE color: 9186648.

HSL color Cylindrical-coordinate representation of color #582D8C: hue angle of 267.16º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #582D8C is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 45 140 -
CMYK 0.37 0.68 0 0.45
HSL 267.16º 0.51% 0.36% -
HSV(B) 267.16º 0.68% 0.55% -
XYZ 9.7 5.84 25.43 -
YUV 68.69 168.25 141.78 -
System Red Green Blue C M Y K H S L
Decimal 88 45 140 0.37 0.68 0 0.45 267.16 0.51 0.36
Hex 58 2D 8C 25 44 0 2D 10B 33 24
Octal 130 55 214 45 104 0 55 413 63 44
Binary 1011000 101101 10001100 100101 1000100 0 101101 100001011 110011 100100

Color Harmonies of #582D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582D8C

Black with #582D8C

Text Example


Text Example

White with #582D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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