Html Css Color HEX #582C75 Kingfisher Daisy

📋 copy color: '#582C75'

red 88 ◦ green 44 ◦ blue 117

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

Shades of Kingfisher Daisy #582C75

Tints of Kingfisher Daisy #582C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.99%

R = 35.34%
G = 17.67%
B = 46.99%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#582C75 (or 0x582C75) is known color: Kingfisher Daisy. HEX triplet: 58, 2C and 75. RGB value is (88,44,117). Sum of RGB (Red+Green+Blue) = 88+44+117=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 117 - color contains mainly: blue. Hex color #582C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582C75 is #A7D38A. Grayscale: #414141. Windows color (decimal): -10998667 or 7679064. OLE color: 7679064.

HSL color Cylindrical-coordinate representation of color #582C75: hue angle of 276.16º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #582C75 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 44 117 -
CMYK 0.25 0.62 0 0.54
HSL 276.16º 0.45% 0.32% -
HSV(B) 276.16º 0.62% 0.46% -
XYZ 8.14 5.16 17.4 -
YUV 65.48 157.08 144.06 -
System Red Green Blue C M Y K H S L
Decimal 88 44 117 0.25 0.62 0 0.54 276.16 0.45 0.32
Hex 58 2C 75 19 3E 0 36 114 2D 20
Octal 130 54 165 31 76 0 66 424 55 40
Binary 1011000 101100 1110101 11001 111110 0 110110 100010100 101101 100000

Color Harmonies of #582C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582C75

Black with #582C75

Text Example


Text Example

White with #582C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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