Html Css Color HEX #58298B Kingfisher Daisy

📋 copy color: '#58298B'

red 88 ◦ green 41 ◦ blue 139

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

Shades of Kingfisher Daisy #58298B

Tints of Kingfisher Daisy #58298B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 51.87%

R = 32.84%
G = 15.3%
B = 51.87%

CMYK

 C value IS 0.37

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58298B (or 0x58298B) is known color: Kingfisher Daisy. HEX triplet: 58, 29 and 8B. RGB value is (88,41,139). Sum of RGB (Red+Green+Blue) = 88+41+139=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #58298B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58298B is #A7D674. Grayscale: #414141. Windows color (decimal): -10999413 or 9120088. OLE color: 9120088.

HSL color Cylindrical-coordinate representation of color #58298B: hue angle of 268.78º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #58298B is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 41 139 -
CMYK 0.37 0.71 0 0.45
HSL 268.78º 0.54% 0.35% -
HSV(B) 268.78º 0.71% 0.55% -
XYZ 9.48 5.52 24.99 -
YUV 66.23 169.07 143.53 -
System Red Green Blue C M Y K H S L
Decimal 88 41 139 0.37 0.71 0 0.45 268.78 0.54 0.35
Hex 58 29 8B 25 47 0 2D 10D 36 23
Octal 130 51 213 45 107 0 55 415 66 43
Binary 1011000 101001 10001011 100101 1000111 0 101101 100001101 110110 100011

Color Harmonies of #58298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58298B

Black with #58298B

Text Example


Text Example

White with #58298B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58298B; }

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

 H1.HeaderClassName
 {
   color: #58298B;
 }
 .AnyTagClassName
 {
   color: #58298B;
 }
</style>

background-color css

<style>
 a { background-color: #58298B; }

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

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

border-color css

<style>
 span { border-color: #58298B; }

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

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