Html Css Color HEX #582095 Kingfisher Daisy

📋 copy color: '#582095'

red 88 ◦ green 32 ◦ blue 149

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

Shades of Kingfisher Daisy #582095

Tints of Kingfisher Daisy #582095

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.9%

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

R = 32.71%
G = 11.9%
B = 55.39%

CMYK

 C value IS 0.41

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#582095 (or 0x582095) is known color: Kingfisher Daisy. HEX triplet: 58, 20 and 95. RGB value is (88,32,149). Sum of RGB (Red+Green+Blue) = 88+32+149=269 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.71% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #582095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582095 is #A7DF6A. Grayscale: #3D3D3D. Windows color (decimal): -11001707 or 9773144. OLE color: 9773144.

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

Color convert

RGB 88 32 149 -
CMYK 0.41 0.79 0 0.42
HSL 268.72º 0.65% 0.35% -
HSV(B) 268.72º 0.79% 0.58% -
XYZ 9.97 5.28 28.93 -
YUV 62.08 177.05 146.49 -
System Red Green Blue C M Y K H S L
Decimal 88 32 149 0.41 0.79 0 0.42 268.72 0.65 0.35
Hex 58 20 95 29 4F 0 2A 10D 41 23
Octal 130 40 225 51 117 0 52 415 101 43
Binary 1011000 100000 10010101 101001 1001111 0 101010 100001101 1000001 100011

Color Harmonies of #582095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582095

Black with #582095

Text Example


Text Example

White with #582095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582095; }

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

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

background-color css

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

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

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

border-color css

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

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

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