Html Css Color HEX #58304C Loulou

📋 copy color: '#58304C'

red 88 ◦ green 48 ◦ blue 76

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

Shades of Loulou #58304C

Tints of Loulou #58304C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.64%

 BLUE value IS 76 (30.08% from 255) = 35.85%

R = 41.51%
G = 22.64%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#58304C (or 0x58304C) is known color: Loulou. HEX triplet: 58, 30 and 4C. RGB value is (88,48,76). Sum of RGB (Red+Green+Blue) = 88+48+76=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 88 - color contains mainly: red. Hex color #58304C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58304C is #A7CFB3. Grayscale: #3F3F3F. Windows color (decimal): -10997684 or 4993112. OLE color: 4993112.

HSL color Cylindrical-coordinate representation of color #58304C: hue angle of 318º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #58304C is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 48 76 -
CMYK 0 0.45 0.14 0.65
HSL 318º 0.29% 0.27% -
HSV(B) 318º 0.45% 0.35% -
XYZ 6.39 4.71 7.41 -
YUV 63.15 135.25 145.72 -
System Red Green Blue C M Y K H S L
Decimal 88 48 76 0 0.45 0.14 0.65 318 0.29 0.27
Hex 58 30 4C 0 2D E 41 13E 1D 1B
Octal 130 60 114 0 55 16 101 476 35 33
Binary 1011000 110000 1001100 0 101101 1110 1000001 100111110 11101 11011

Color Harmonies of #58304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58304C

Black with #58304C

Text Example


Text Example

White with #58304C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,48,76); }

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

background-color css

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

 a { background-color: rgb(88,48,76); }

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

border-color css

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

 span { border-color: rgb(88,48,76); }

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