Html Css Color HEX #58357C Kingfisher Daisy

📋 copy color: '#58357C'

red 88 ◦ green 53 ◦ blue 124

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

Shades of Kingfisher Daisy #58357C

Tints of Kingfisher Daisy #58357C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20%

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

R = 33.21%
G = 20%
B = 46.79%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58357C (or 0x58357C) is known color: Kingfisher Daisy. HEX triplet: 58, 35 and 7C. RGB value is (88,53,124). Sum of RGB (Red+Green+Blue) = 88+53+124=265 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.21% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #58357C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58357C is #A7CA83. Grayscale: #474747. Windows color (decimal): -10996356 or 8140120. OLE color: 8140120.

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

Color convert

RGB 88 53 124 -
CMYK 0.29 0.57 0 0.51
HSL 269.58º 0.4% 0.35% -
HSV(B) 269.58º 0.57% 0.49% -
XYZ 8.94 6.08 19.77 -
YUV 71.56 157.6 139.73 -
System Red Green Blue C M Y K H S L
Decimal 88 53 124 0.29 0.57 0 0.51 269.58 0.4 0.35
Hex 58 35 7C 1D 39 0 33 10E 28 23
Octal 130 65 174 35 71 0 63 416 50 43
Binary 1011000 110101 1111100 11101 111001 0 110011 100001110 101000 100011

Color Harmonies of #58357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58357C

Black with #58357C

Text Example


Text Example

White with #58357C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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