Html Css Color HEX #58397F Kingfisher Daisy

📋 copy color: '#58397F'

red 88 ◦ green 57 ◦ blue 127

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

Shades of Kingfisher Daisy #58397F

Tints of Kingfisher Daisy #58397F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.96%

 BLUE value IS 127 (50% from 255) = 46.69%

R = 32.35%
G = 20.96%
B = 46.69%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#58397F (or 0x58397F) is known color: Kingfisher Daisy. HEX triplet: 58, 39 and 7F. RGB value is (88,57,127). Sum of RGB (Red+Green+Blue) = 88+57+127=272 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.35% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 127 - color contains mainly: blue. Hex color #58397F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58397F is #A7C680. Grayscale: #4A4A4A. Windows color (decimal): -10995329 or 8337752. OLE color: 8337752.

HSL color Cylindrical-coordinate representation of color #58397F: hue angle of 266.57º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58397F is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 88 57 127 -
CMYK 0.31 0.55 0 0.50
HSL 266.57º 0.38% 0.36% -
HSV(B) 266.57º 0.55% 0.5% -
XYZ 9.32 6.53 20.85 -
YUV 74.25 157.77 137.81 -
System Red Green Blue C M Y K H S L
Decimal 88 57 127 0.31 0.55 0 0.50 266.57 0.38 0.36
Hex 58 39 7F 1F 37 0 32 10B 26 24
Octal 130 71 177 37 67 0 62 413 46 44
Binary 1011000 111001 1111111 11111 110111 0 110010 100001011 100110 100100

Color Harmonies of #58397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58397F

Black with #58397F

Text Example


Text Example

White with #58397F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58397F; }

 p { color: rgb(88,57,127); }

 H1.HeaderClassName
 {
   color: #58397F;
 }
 .AnyTagClassName
 {
   color: #58397F;
 }
</style>

background-color css

<style>
 a { background-color: #58397F; }

 a { background-color: rgb(88,57,127); }

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

border-color css

<style>
 span { border-color: #58397F; }

 span { border-color: rgb(88,57,127); }

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