Html Css Color HEX #58367C Kingfisher Daisy

📋 copy color: '#58367C'

red 88 ◦ green 54 ◦ blue 124

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

Shades of Kingfisher Daisy #58367C

Tints of Kingfisher Daisy #58367C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.3%

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

R = 33.08%
G = 20.3%
B = 46.62%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58367C (or 0x58367C) is known color: Kingfisher Daisy. HEX triplet: 58, 36 and 7C. RGB value is (88,54,124). Sum of RGB (Red+Green+Blue) = 88+54+124=266 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.08% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #58367C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58367C is #A7C983. Grayscale: #474747. Windows color (decimal): -10996100 or 8140376. OLE color: 8140376.

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

Color convert

RGB 88 54 124 -
CMYK 0.29 0.56 0 0.51
HSL 269.14º 0.39% 0.35% -
HSV(B) 269.14º 0.56% 0.49% -
XYZ 8.98 6.17 19.79 -
YUV 72.15 157.26 139.31 -
System Red Green Blue C M Y K H S L
Decimal 88 54 124 0.29 0.56 0 0.51 269.14 0.39 0.35
Hex 58 36 7C 1D 38 0 33 10D 27 23
Octal 130 66 174 35 70 0 63 415 47 43
Binary 1011000 110110 1111100 11101 111000 0 110011 100001101 100111 100011

Color Harmonies of #58367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58367C

Black with #58367C

Text Example


Text Example

White with #58367C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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