Html Css Color HEX #58317E Kingfisher Daisy

📋 copy color: '#58317E'

red 88 ◦ green 49 ◦ blue 126

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

Shades of Kingfisher Daisy #58317E

Tints of Kingfisher Daisy #58317E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.63%

 BLUE value IS 126 (49.61% from 255) = 47.91%

R = 33.46%
G = 18.63%
B = 47.91%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58317E (or 0x58317E) is known color: Kingfisher Daisy. HEX triplet: 58, 31 and 7E. RGB value is (88,49,126). Sum of RGB (Red+Green+Blue) = 88+49+126=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 126 (49.61% from 255 or 47.91% from 263); Max value from RGB is 126 - color contains mainly: blue. Hex color #58317E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58317E is #A7CE81. Grayscale: #454545. Windows color (decimal): -10997378 or 8270168. OLE color: 8270168.

HSL color Cylindrical-coordinate representation of color #58317E: hue angle of 270.39º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58317E is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 49 126 -
CMYK 0.30 0.61 0 0.51
HSL 270.39º 0.44% 0.34% -
HSV(B) 270.39º 0.61% 0.49% -
XYZ 8.89 5.78 20.39 -
YUV 69.44 159.92 141.24 -
System Red Green Blue C M Y K H S L
Decimal 88 49 126 0.30 0.61 0 0.51 270.39 0.44 0.34
Hex 58 31 7E 1E 3D 0 33 10E 2C 22
Octal 130 61 176 36 75 0 63 416 54 42
Binary 1011000 110001 1111110 11110 111101 0 110011 100001110 101100 100010

Color Harmonies of #58317E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58317E

Black with #58317E

Text Example


Text Example

White with #58317E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58317E; }

 p { color: rgb(88,49,126); }

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

background-color css

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

 a { background-color: rgb(88,49,126); }

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

border-color css

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

 span { border-color: rgb(88,49,126); }

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