Html Css Color HEX #582186 Kingfisher Daisy

📋 copy color: '#582186'

red 88 ◦ green 33 ◦ blue 134

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

Shades of Kingfisher Daisy #582186

Tints of Kingfisher Daisy #582186

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.94%

 BLUE value IS 134 (52.73% from 255) = 52.55%

R = 34.51%
G = 12.94%
B = 52.55%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#582186 (or 0x582186) is known color: Kingfisher Daisy. HEX triplet: 58, 21 and 86. RGB value is (88,33,134). Sum of RGB (Red+Green+Blue) = 88+33+134=255 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.51% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #582186 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582186 is #A7DE79. Grayscale: #3C3C3C. Windows color (decimal): -11001466 or 8790360. OLE color: 8790360.

HSL color Cylindrical-coordinate representation of color #582186: hue angle of 272.67º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #582186 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 88 33 134 -
CMYK 0.34 0.75 0 0.47
HSL 272.67º 0.6% 0.33% -
HSV(B) 272.67º 0.75% 0.53% -
XYZ 8.87 4.88 23.03 -
YUV 60.96 169.22 147.29 -
System Red Green Blue C M Y K H S L
Decimal 88 33 134 0.34 0.75 0 0.47 272.67 0.6 0.33
Hex 58 21 86 22 4B 0 2F 111 3C 21
Octal 130 41 206 42 113 0 57 421 74 41
Binary 1011000 100001 10000110 100010 1001011 0 101111 100010001 111100 100001

Color Harmonies of #582186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582186

Black with #582186

Text Example


Text Example

White with #582186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582186; }

 p { color: rgb(88,33,134); }

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

background-color css

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

 a { background-color: rgb(88,33,134); }

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

border-color css

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

 span { border-color: rgb(88,33,134); }

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