Html Css Color HEX #58327E Kingfisher Daisy

📋 copy color: '#58327E'

red 88 ◦ green 50 ◦ blue 126

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

Shades of Kingfisher Daisy #58327E

Tints of Kingfisher Daisy #58327E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.94%

 BLUE value IS 126 (49.61% from 255) = 47.73%

R = 33.33%
G = 18.94%
B = 47.73%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58327E (or 0x58327E) is known color: Kingfisher Daisy. HEX triplet: 58, 32 and 7E. RGB value is (88,50,126). Sum of RGB (Red+Green+Blue) = 88+50+126=264 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.33% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 126 (49.61% from 255 or 47.73% from 264); Max value from RGB is 126 - color contains mainly: blue. Hex color #58327E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58327E is #A7CD81. Grayscale: #454545. Windows color (decimal): -10997122 or 8270424. OLE color: 8270424.

HSL color Cylindrical-coordinate representation of color #58327E: hue angle of 270º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58327E is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 50 126 -
CMYK 0.30 0.60 0 0.51
HSL 270º 0.43% 0.35% -
HSV(B) 270º 0.6% 0.49% -
XYZ 8.93 5.86 20.4 -
YUV 70.03 159.59 140.82 -
System Red Green Blue C M Y K H S L
Decimal 88 50 126 0.30 0.60 0 0.51 270 0.43 0.35
Hex 58 32 7E 1E 3C 0 33 10E 2B 23
Octal 130 62 176 36 74 0 63 416 53 43
Binary 1011000 110010 1111110 11110 111100 0 110011 100001110 101011 100011

Color Harmonies of #58327E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58327E

Black with #58327E

Text Example


Text Example

White with #58327E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58327E; }

 p { color: rgb(88,50,126); }

 H1.HeaderClassName
 {
   color: #58327E;
 }
 .AnyTagClassName
 {
   color: #58327E;
 }
</style>

background-color css

<style>
 a { background-color: #58327E; }

 a { background-color: rgb(88,50,126); }

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

border-color css

<style>
 span { border-color: #58327E; }

 span { border-color: rgb(88,50,126); }

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