Html Css Color HEX #58337C Kingfisher Daisy

📋 copy color: '#58337C'

red 88 ◦ green 51 ◦ blue 124

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

Shades of Kingfisher Daisy #58337C

Tints of Kingfisher Daisy #58337C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.39%

 BLUE value IS 124 (48.83% from 255) = 47.15%

R = 33.46%
G = 19.39%
B = 47.15%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58337C (or 0x58337C) is known color: Kingfisher Daisy. HEX triplet: 58, 33 and 7C. RGB value is (88,51,124). Sum of RGB (Red+Green+Blue) = 88+51+124=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 124 - color contains mainly: blue. Hex color #58337C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58337C is #A7CC83. Grayscale: #464646. Windows color (decimal): -10996868 or 8139608. OLE color: 8139608.

HSL color Cylindrical-coordinate representation of color #58337C: hue angle of 270.41º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58337C is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 51 124 -
CMYK 0.29 0.59 0 0.51
HSL 270.41º 0.42% 0.34% -
HSV(B) 270.41º 0.59% 0.49% -
XYZ 8.85 5.9 19.74 -
YUV 70.39 158.26 140.56 -
System Red Green Blue C M Y K H S L
Decimal 88 51 124 0.29 0.59 0 0.51 270.41 0.42 0.34
Hex 58 33 7C 1D 3B 0 33 10E 2A 22
Octal 130 63 174 35 73 0 63 416 52 42
Binary 1011000 110011 1111100 11101 111011 0 110011 100001110 101010 100010

Color Harmonies of #58337C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58337C

Black with #58337C

Text Example


Text Example

White with #58337C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58337C; }

 p { color: rgb(88,51,124); }

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

background-color css

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

 a { background-color: rgb(88,51,124); }

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

border-color css

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

 span { border-color: rgb(88,51,124); }

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