Html Css Color HEX #58367E Kingfisher Daisy

📋 copy color: '#58367E'

red 88 ◦ green 54 ◦ blue 126

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

Shades of Kingfisher Daisy #58367E

Tints of Kingfisher Daisy #58367E

RGB

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

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

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

R = 32.84%
G = 20.15%
B = 47.01%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58367E (or 0x58367E) is known color: Kingfisher Daisy. HEX triplet: 58, 36 and 7E. RGB value is (88,54,126). Sum of RGB (Red+Green+Blue) = 88+54+126=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 126 (49.61% from 255 or 47.01% from 268); Max value from RGB is 126 - color contains mainly: blue. Hex color #58367E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58367E is #A7C981. Grayscale: #484848. Windows color (decimal): -10996098 or 8271448. OLE color: 8271448.

HSL color Cylindrical-coordinate representation of color #58367E: hue angle of 268.33º 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 #58367E is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 54 126 -
CMYK 0.30 0.57 0 0.51
HSL 268.33º 0.4% 0.35% -
HSV(B) 268.33º 0.57% 0.49% -
XYZ 9.11 6.22 20.46 -
YUV 72.37 158.26 139.15 -
System Red Green Blue C M Y K H S L
Decimal 88 54 126 0.30 0.57 0 0.51 268.33 0.4 0.35
Hex 58 36 7E 1E 39 0 33 10C 28 23
Octal 130 66 176 36 71 0 63 414 50 43
Binary 1011000 110110 1111110 11110 111001 0 110011 100001100 101000 100011

Color Harmonies of #58367E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58367E

Black with #58367E

Text Example


Text Example

White with #58367E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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