Html Css Color HEX #58267D Kingfisher Daisy

📋 copy color: '#58267D'

red 88 ◦ green 38 ◦ blue 125

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

Shades of Kingfisher Daisy #58267D

Tints of Kingfisher Daisy #58267D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.14%

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

R = 35.06%
G = 15.14%
B = 49.8%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58267D (or 0x58267D) is known color: Kingfisher Daisy. HEX triplet: 58, 26 and 7D. RGB value is (88,38,125). Sum of RGB (Red+Green+Blue) = 88+38+125=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #58267D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58267D is #A7D982. Grayscale: #3E3E3E. Windows color (decimal): -11000195 or 8201816. OLE color: 8201816.

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

Color convert

RGB 88 38 125 -
CMYK 0.30 0.70 0 0.51
HSL 274.48º 0.53% 0.32% -
HSV(B) 274.48º 0.7% 0.49% -
XYZ 8.42 4.94 19.91 -
YUV 62.87 163.07 145.93 -
System Red Green Blue C M Y K H S L
Decimal 88 38 125 0.30 0.70 0 0.51 274.48 0.53 0.32
Hex 58 26 7D 1E 46 0 33 112 35 20
Octal 130 46 175 36 106 0 63 422 65 40
Binary 1011000 100110 1111101 11110 1000110 0 110011 100010010 110101 100000

Color Harmonies of #58267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58267D

Black with #58267D

Text Example


Text Example

White with #58267D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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