Html Css Color HEX #58297D Kingfisher Daisy

📋 copy color: '#58297D'

red 88 ◦ green 41 ◦ blue 125

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

Shades of Kingfisher Daisy #58297D

Tints of Kingfisher Daisy #58297D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.14%

 BLUE value IS 125 (49.22% from 255) = 49.21%

R = 34.65%
G = 16.14%
B = 49.21%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58297D (or 0x58297D) is known color: Kingfisher Daisy. HEX triplet: 58, 29 and 7D. RGB value is (88,41,125). Sum of RGB (Red+Green+Blue) = 88+41+125=254 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.65% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 125 (49.22% from 255 or 49.21% from 254); Max value from RGB is 125 - color contains mainly: blue. Hex color #58297D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58297D is #A7D682. Grayscale: #404040. Windows color (decimal): -10999427 or 8202584. OLE color: 8202584.

HSL color Cylindrical-coordinate representation of color #58297D: hue angle of 273.57º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #58297D is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 41 125 -
CMYK 0.30 0.67 0 0.51
HSL 273.57º 0.51% 0.33% -
HSV(B) 273.57º 0.67% 0.49% -
XYZ 8.52 5.14 19.95 -
YUV 64.63 162.07 144.67 -
System Red Green Blue C M Y K H S L
Decimal 88 41 125 0.30 0.67 0 0.51 273.57 0.51 0.33
Hex 58 29 7D 1E 43 0 33 112 33 21
Octal 130 51 175 36 103 0 63 422 63 41
Binary 1011000 101001 1111101 11110 1000011 0 110011 100010010 110011 100001

Color Harmonies of #58297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58297D

Black with #58297D

Text Example


Text Example

White with #58297D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58297D; }

 p { color: rgb(88,41,125); }

 H1.HeaderClassName
 {
   color: #58297D;
 }
 .AnyTagClassName
 {
   color: #58297D;
 }
</style>

background-color css

<style>
 a { background-color: #58297D; }

 a { background-color: rgb(88,41,125); }

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

border-color css

<style>
 span { border-color: #58297D; }

 span { border-color: rgb(88,41,125); }

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