Html Css Color HEX #582B8B Kingfisher Daisy

📋 copy color: '#582B8B'

red 88 ◦ green 43 ◦ blue 139

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

Shades of Kingfisher Daisy #582B8B

Tints of Kingfisher Daisy #582B8B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.93%

 BLUE value IS 139 (54.69% from 255) = 51.48%

R = 32.59%
G = 15.93%
B = 51.48%

CMYK

 C value IS 0.37

 M value IS 0.69

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#582B8B (or 0x582B8B) is known color: Kingfisher Daisy. HEX triplet: 58, 2B and 8B. RGB value is (88,43,139). Sum of RGB (Red+Green+Blue) = 88+43+139=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #582B8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582B8B is #A7D474. Grayscale: #434343. Windows color (decimal): -10998901 or 9120600. OLE color: 9120600.

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

Color convert

RGB 88 43 139 -
CMYK 0.37 0.69 0 0.45
HSL 268.13º 0.53% 0.36% -
HSV(B) 268.13º 0.69% 0.55% -
XYZ 9.55 5.67 25.02 -
YUV 67.4 168.41 142.69 -
System Red Green Blue C M Y K H S L
Decimal 88 43 139 0.37 0.69 0 0.45 268.13 0.53 0.36
Hex 58 2B 8B 25 45 0 2D 10C 35 24
Octal 130 53 213 45 105 0 55 414 65 44
Binary 1011000 101011 10001011 100101 1000101 0 101101 100001100 110101 100100

Color Harmonies of #582B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582B8B

Black with #582B8B

Text Example


Text Example

White with #582B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,43,139); }

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

background-color css

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

 a { background-color: rgb(88,43,139); }

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

border-color css

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

 span { border-color: rgb(88,43,139); }

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