Html Css Color HEX #58227C Kingfisher Daisy

📋 copy color: '#58227C'

red 88 ◦ green 34 ◦ blue 124

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

Shades of Kingfisher Daisy #58227C

Tints of Kingfisher Daisy #58227C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.82%

 BLUE value IS 124 (48.83% from 255) = 50.41%

R = 35.77%
G = 13.82%
B = 50.41%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58227C (or 0x58227C) is known color: Kingfisher Daisy. HEX triplet: 58, 22 and 7C. RGB value is (88,34,124). Sum of RGB (Red+Green+Blue) = 88+34+124=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 124 (48.83% from 255 or 50.41% from 246); Max value from RGB is 124 - color contains mainly: blue. Hex color #58227C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58227C is #A7DD83. Grayscale: #3C3C3C. Windows color (decimal): -11001220 or 8135256. OLE color: 8135256.

HSL color Cylindrical-coordinate representation of color #58227C: hue angle of 276º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #58227C is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 34 124 -
CMYK 0.29 0.73 0 0.51
HSL 276º 0.57% 0.31% -
HSV(B) 276º 0.73% 0.49% -
XYZ 8.23 4.67 19.54 -
YUV 60.41 163.89 147.68 -
System Red Green Blue C M Y K H S L
Decimal 88 34 124 0.29 0.73 0 0.51 276 0.57 0.31
Hex 58 22 7C 1D 49 0 33 114 39 1F
Octal 130 42 174 35 111 0 63 424 71 37
Binary 1011000 100010 1111100 11101 1001001 0 110011 100010100 111001 11111

Color Harmonies of #58227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58227C

Black with #58227C

Text Example


Text Example

White with #58227C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58227C; }

 p { color: rgb(88,34,124); }

 H1.HeaderClassName
 {
   color: #58227C;
 }
 .AnyTagClassName
 {
   color: #58227C;
 }
</style>

background-color css

<style>
 a { background-color: #58227C; }

 a { background-color: rgb(88,34,124); }

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

border-color css

<style>
 span { border-color: #58227C; }

 span { border-color: rgb(88,34,124); }

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