Html Css Color HEX #582195 Kingfisher Daisy

📋 copy color: '#582195'

red 88 ◦ green 33 ◦ blue 149

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

Shades of Kingfisher Daisy #582195

Tints of Kingfisher Daisy #582195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 55.19%

R = 32.59%
G = 12.22%
B = 55.19%

CMYK

 C value IS 0.41

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#582195 (or 0x582195) is known color: Kingfisher Daisy. HEX triplet: 58, 21 and 95. RGB value is (88,33,149). Sum of RGB (Red+Green+Blue) = 88+33+149=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #582195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582195 is #A7DE6A. Grayscale: #3E3E3E. Windows color (decimal): -11001451 or 9773400. OLE color: 9773400.

HSL color Cylindrical-coordinate representation of color #582195: hue angle of 268.45º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #582195 is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 33 149 -
CMYK 0.41 0.78 0 0.42
HSL 268.45º 0.64% 0.36% -
HSV(B) 268.45º 0.78% 0.58% -
XYZ 9.99 5.33 28.94 -
YUV 62.67 176.72 146.07 -
System Red Green Blue C M Y K H S L
Decimal 88 33 149 0.41 0.78 0 0.42 268.45 0.64 0.36
Hex 58 21 95 29 4E 0 2A 10C 40 24
Octal 130 41 225 51 116 0 52 414 100 44
Binary 1011000 100001 10010101 101001 1001110 0 101010 100001100 1000000 100100

Color Harmonies of #582195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582195

Black with #582195

Text Example


Text Example

White with #582195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582195; }

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

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

background-color css

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

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

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

border-color css

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

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

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