Html Css Color HEX #582485 Kingfisher Daisy

📋 copy color: '#582485'

red 88 ◦ green 36 ◦ blue 133

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

Shades of Kingfisher Daisy #582485

Tints of Kingfisher Daisy #582485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.01%

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

R = 34.24%
G = 14.01%
B = 51.75%

CMYK

 C value IS 0.34

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#582485 (or 0x582485) is known color: Kingfisher Daisy. HEX triplet: 58, 24 and 85. RGB value is (88,36,133). Sum of RGB (Red+Green+Blue) = 88+36+133=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #582485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582485 is #A7DB7A. Grayscale: #3E3E3E. Windows color (decimal): -11000699 or 8725592. OLE color: 8725592.

HSL color Cylindrical-coordinate representation of color #582485: hue angle of 272.16º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #582485 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 36 133 -
CMYK 0.34 0.73 0 0.48
HSL 272.16º 0.57% 0.33% -
HSV(B) 272.16º 0.73% 0.52% -
XYZ 8.89 5.03 22.69 -
YUV 62.61 167.73 146.11 -
System Red Green Blue C M Y K H S L
Decimal 88 36 133 0.34 0.73 0 0.48 272.16 0.57 0.33
Hex 58 24 85 22 49 0 30 110 39 21
Octal 130 44 205 42 111 0 60 420 71 41
Binary 1011000 100100 10000101 100010 1001001 0 110000 100010000 111001 100001

Color Harmonies of #582485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582485

Black with #582485

Text Example


Text Example

White with #582485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582485; }

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

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

background-color css

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

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

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

border-color css

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

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

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