Html Css Color HEX #58397A Kingfisher Daisy

📋 copy color: '#58397A'

red 88 ◦ green 57 ◦ blue 122

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

Shades of Kingfisher Daisy #58397A

Tints of Kingfisher Daisy #58397A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 45.69%

R = 32.96%
G = 21.35%
B = 45.69%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#58397A (or 0x58397A) is known color: Kingfisher Daisy. HEX triplet: 58, 39 and 7A. RGB value is (88,57,122). Sum of RGB (Red+Green+Blue) = 88+57+122=267 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.96% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 122 (48.05% from 255 or 45.69% from 267); Max value from RGB is 122 - color contains mainly: blue. Hex color #58397A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58397A is #A7C685. Grayscale: #494949. Windows color (decimal): -10995334 or 8010072. OLE color: 8010072.

HSL color Cylindrical-coordinate representation of color #58397A: hue angle of 268.62º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58397A is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 88 57 122 -
CMYK 0.28 0.53 0 0.52
HSL 268.62º 0.36% 0.35% -
HSV(B) 268.62º 0.53% 0.48% -
XYZ 9 6.41 19.17 -
YUV 73.68 155.27 138.21 -
System Red Green Blue C M Y K H S L
Decimal 88 57 122 0.28 0.53 0 0.52 268.62 0.36 0.35
Hex 58 39 7A 1C 35 0 34 10D 24 23
Octal 130 71 172 34 65 0 64 415 44 43
Binary 1011000 111001 1111010 11100 110101 0 110100 100001101 100100 100011

Color Harmonies of #58397A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58397A

Black with #58397A

Text Example


Text Example

White with #58397A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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