Html Css Color HEX #582B8C Kingfisher Daisy

📋 copy color: '#582B8C'

red 88 ◦ green 43 ◦ blue 140

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

Shades of Kingfisher Daisy #582B8C

Tints of Kingfisher Daisy #582B8C

RGB

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

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

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

R = 32.47%
G = 15.87%
B = 51.66%

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

#582B8C (or 0x582B8C) is known color: Kingfisher Daisy. HEX triplet: 58, 2B and 8C. RGB value is (88,43,140). Sum of RGB (Red+Green+Blue) = 88+43+140=271 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.47% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 140 (55.08% from 255 or 51.66% from 271); Max value from RGB is 140 - color contains mainly: blue. Hex color #582B8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582B8C is #A7D473. Grayscale: #434343. Windows color (decimal): -10998900 or 9186136. OLE color: 9186136.

HSL color Cylindrical-coordinate representation of color #582B8C: hue angle of 267.84º 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 #582B8C is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 43 140 -
CMYK 0.37 0.69 0 0.45
HSL 267.84º 0.53% 0.36% -
HSV(B) 267.84º 0.69% 0.55% -
XYZ 9.62 5.7 25.4 -
YUV 67.51 168.91 142.61 -
System Red Green Blue C M Y K H S L
Decimal 88 43 140 0.37 0.69 0 0.45 267.84 0.53 0.36
Hex 58 2B 8C 25 45 0 2D 10C 35 24
Octal 130 53 214 45 105 0 55 414 65 44
Binary 1011000 101011 10001100 100101 1000101 0 101101 100001100 110101 100100

Color Harmonies of #582B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582B8C

Black with #582B8C

Text Example


Text Example

White with #582B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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