Html Css Color HEX #58417C Kingfisher Daisy

📋 copy color: '#58417C'

red 88 ◦ green 65 ◦ blue 124

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

Shades of Kingfisher Daisy #58417C

Tints of Kingfisher Daisy #58417C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.47%

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

R = 31.77%
G = 23.47%
B = 44.77%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58417C (or 0x58417C) is known color: Kingfisher Daisy. HEX triplet: 58, 41 and 7C. RGB value is (88,65,124). Sum of RGB (Red+Green+Blue) = 88+65+124=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #58417C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58417C is #A7BE83. Grayscale: #4E4E4E. Windows color (decimal): -10993284 or 8143192. OLE color: 8143192.

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

Color convert

RGB 88 65 124 -
CMYK 0.29 0.48 0 0.51
HSL 263.39º 0.31% 0.37% -
HSV(B) 263.39º 0.48% 0.49% -
XYZ 9.55 7.31 19.98 -
YUV 78.6 153.62 134.7 -
System Red Green Blue C M Y K H S L
Decimal 88 65 124 0.29 0.48 0 0.51 263.39 0.31 0.37
Hex 58 41 7C 1D 30 0 33 107 1F 25
Octal 130 101 174 35 60 0 63 407 37 45
Binary 1011000 1000001 1111100 11101 110000 0 110011 100000111 11111 100101

Color Harmonies of #58417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58417C

Black with #58417C

Text Example


Text Example

White with #58417C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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