Html Css Color HEX #582993 Kingfisher Daisy

📋 copy color: '#582993'

red 88 ◦ green 41 ◦ blue 147

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

Shades of Kingfisher Daisy #582993

Tints of Kingfisher Daisy #582993

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.86%

 BLUE value IS 147 (57.81% from 255) = 53.26%

R = 31.88%
G = 14.86%
B = 53.26%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#582993 (or 0x582993) is known color: Kingfisher Daisy. HEX triplet: 58, 29 and 93. RGB value is (88,41,147). Sum of RGB (Red+Green+Blue) = 88+41+147=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #582993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582993 is #A7D66C. Grayscale: #424242. Windows color (decimal): -10999405 or 9644376. OLE color: 9644376.

HSL color Cylindrical-coordinate representation of color #582993: hue angle of 266.6º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #582993 is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 41 147 -
CMYK 0.40 0.72 0 0.42
HSL 266.6º 0.56% 0.37% -
HSV(B) 266.6º 0.72% 0.58% -
XYZ 10.08 5.77 28.19 -
YUV 67.14 173.07 142.88 -
System Red Green Blue C M Y K H S L
Decimal 88 41 147 0.40 0.72 0 0.42 266.6 0.56 0.37
Hex 58 29 93 28 48 0 2A 10B 38 25
Octal 130 51 223 50 110 0 52 413 70 45
Binary 1011000 101001 10010011 101000 1001000 0 101010 100001011 111000 100101

Color Harmonies of #582993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582993

Black with #582993

Text Example


Text Example

White with #582993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582993; }

 p { color: rgb(88,41,147); }

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

background-color css

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

 a { background-color: rgb(88,41,147); }

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

border-color css

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

 span { border-color: rgb(88,41,147); }

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