Html Css Color HEX #582F4C Loulou

📋 copy color: '#582F4C'

red 88 ◦ green 47 ◦ blue 76

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

Shades of Loulou #582F4C

Tints of Loulou #582F4C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.27%

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

R = 41.71%
G = 22.27%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#582F4C (or 0x582F4C) is known color: Loulou. HEX triplet: 58, 2F and 4C. RGB value is (88,47,76). Sum of RGB (Red+Green+Blue) = 88+47+76=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 47 (18.75% from 255 or 22.27% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 88 - color contains mainly: red. Hex color #582F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582F4C is #A7D0B3. Grayscale: #3E3E3E. Windows color (decimal): -10997940 or 4992856. OLE color: 4992856.

HSL color Cylindrical-coordinate representation of color #582F4C: hue angle of 317.56º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #582F4C is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 47 76 -
CMYK 0 0.47 0.14 0.65
HSL 317.56º 0.3% 0.26% -
HSV(B) 317.56º 0.47% 0.35% -
XYZ 6.35 4.63 7.4 -
YUV 62.57 135.58 146.14 -
System Red Green Blue C M Y K H S L
Decimal 88 47 76 0 0.47 0.14 0.65 317.56 0.3 0.26
Hex 58 2F 4C 0 2F E 41 13E 1E 1A
Octal 130 57 114 0 57 16 101 476 36 32
Binary 1011000 101111 1001100 0 101111 1110 1000001 100111110 11110 11010

Color Harmonies of #582F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582F4C

Black with #582F4C

Text Example


Text Example

White with #582F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582F4C; }

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

 H1.HeaderClassName
 {
   color: #582F4C;
 }
 .AnyTagClassName
 {
   color: #582F4C;
 }
</style>

background-color css

<style>
 a { background-color: #582F4C; }

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

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

border-color css

<style>
 span { border-color: #582F4C; }

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

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